shopify_oracle 0.1.3 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b35519332d1d38355d4daa026e704e845cf387dfd805b8517214785b605f13f0
4
- data.tar.gz: bc6ae5b3a99a9ea9cf7aad3dc2dcccb45a6add087bb1e0d8bb5f29e726e4ff41
3
+ metadata.gz: b854be54bd921640d2e467ea55719ff4d20d5129e4555fdab04a165375d4a409
4
+ data.tar.gz: 105ac42c35ec7ad9cc9ea0584f798db231e6023d3015bad526bf9ee007c95e46
5
5
  SHA512:
6
- metadata.gz: 4f6c87b6980ba27873ef12e66327a5dd4c627154970bc2924730279b782b04e205216da3120a9526891fc482c091bf849992e27dfa3ecf266740b0257db03e43
7
- data.tar.gz: d0082b84aed9577d9ec90011ddbdd330616edf5551465101b45c14b0d15379503b4984a422b587f82af9f47972a816d2b55e200d33f32f14e3aad147b15f3195
6
+ metadata.gz: 40c19dafa2dcf2fe3c670e6daf8c7546201019b39d1b7ccfa78ce92594f207b7249bffbea22be15dc87cae9b177354b790c8d42dc72a59a45009d30c326ea225
7
+ data.tar.gz: a2b31cdcbce6c79aa77c001499c13b134bacff360b0f389eaba32b4593155bca425b3816dcc00e1046fa04bb54a071ce1ce34aa1d04632f666217e71d4c05511
@@ -5,7 +5,7 @@ module ShopifyOracle
5
5
  class Customer < Base
6
6
  attr_reader :customer
7
7
 
8
- def initialize(id:, oracle: nil)
8
+ def initialize(id:)
9
9
  super
10
10
  @customer = @object
11
11
  end
@@ -11,7 +11,7 @@ module ShopifyOracle
11
11
 
12
12
  attr_reader :selling_plan_group
13
13
 
14
- def initialize(id:, oracle: nil)
14
+ def initialize(id:)
15
15
  super
16
16
  @selling_plan_group = @object
17
17
  end
@@ -88,7 +88,7 @@ module ShopifyOracle
88
88
 
89
89
  attr_reader :contract
90
90
 
91
- def initialize(id:, oracle: nil)
91
+ def initialize(id:)
92
92
  super
93
93
  @contract = @object
94
94
  end
@@ -7,7 +7,7 @@ module ShopifyOracle
7
7
  class SubscriptionDraft < Base
8
8
  attr_reader :draft
9
9
 
10
- def initialize(id:, oracle: nil)
10
+ def initialize(id:)
11
11
  super
12
12
  @draft = @object
13
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shopify_oracle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yari Labs