zuora_rest_client 1.1.9 → 1.1.10

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: 338c0b636ff0ed03e1278238d36eceee03a4a507249357c5d34315545c4a2693
4
- data.tar.gz: 1568f0cd619f216c917fa082f0a4031d81c88cc15759d45173a2579fc8505f2a
3
+ metadata.gz: fb2717018ac1e89bff265c3c6a25c8f732cf46e2c6aba9890aa173d7dfc70e22
4
+ data.tar.gz: e97fd0911413d21ccde16e3c1b2e783c8b2b299e2cf093df8eab0bae8b1a35b5
5
5
  SHA512:
6
- metadata.gz: 192f6dcf77e4732107f5638fe784d354445a7c554af9aa209e7ce0c3402d66795ceecdae08a9944acb8c8d5f246a3b291b6c58edc75fffca1669bcf6264b78a1
7
- data.tar.gz: cc720a518bd29e59f0287db59974731bda06adbe7f60eaec60f807c828ec068d8efa3d9d8f3e49f56ed68b2271bc514c22346cb5fc4525f5336b6d10cd779d27
6
+ metadata.gz: 6686da85fe83192a76f34deb8f88d27c370366b90d0a7b1d38cd5716d4a3178ffa23cdc60c867410ce9d8dba83bd355beef76966a35599a86e26828fc404cc40
7
+ data.tar.gz: 5238fa38d03b99d9e8995970007f2ed3e22821db391417e981519b8400da29a87cd0fcda1684147f9af07a29d4a3152c4911f25cc806b3d80086a683ef8015fc
@@ -1362,6 +1362,10 @@ module ZuoraRestClient
1362
1362
  # #
1363
1363
  ##############################################################################
1364
1364
 
1365
+ def get_product_rate_plans(product_id, zuora_version = nil)
1366
+ @connection.rest_get("/rateplan/#{product_id}/productRatePlan", zuora_version)
1367
+ end
1368
+
1365
1369
  def create_product_rate_plan_object(request, zuora_version = nil)
1366
1370
  @connection.rest_post('/object/product-rate-plan', request, zuora_version)
1367
1371
  end
@@ -1,3 +1,3 @@
1
1
  module ZuoraRestClient
2
- VERSION = '1.1.9'
2
+ VERSION = '1.1.10'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_rest_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.9
4
+ version: 1.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Massad
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-04-15 00:00:00.000000000 Z
11
+ date: 2019-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler