moxiworks_platform 0.10.2 → 0.10.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c3a36316384942e54ebdc8a4bbe8a366646392d
4
- data.tar.gz: a5f6651b3bda6dd6ce27424db1cb8fc7ab857cb6
3
+ metadata.gz: 4f7f485c1f43f9c4c53201340d3a1673f2c95afc
4
+ data.tar.gz: 1051cc39e9d2fb715c1762517b8bcc3e724997c1
5
5
  SHA512:
6
- metadata.gz: 707c1d68ecf7f5ea97b456330f1504ef3b6d065378b0d9a106aca6ad611da912ae77af5609fc7638c1b166076a65cb4bf8c57995f22e0cb5a1ad7d3550baa83f
7
- data.tar.gz: 2895bcc805bd0e6ed0377097c1ec00e8c2ff6303b592cb11b1183efb7839fc00b62d9f8da91380f3a02a704d125c24d6be4f594ea3fb3fb4c592635621014f78
6
+ metadata.gz: 8200610adfb7b4258736cbbe776a09b746ffd813abdfaa3e8b3952d01754e0c29b35ddc1adb3d42850005f170de2cb803f5bcc99a33ee244195c7233e27d0b37
7
+ data.tar.gz: 96b68c95243e8a2dfc173a0e271636bce9f6bcb887a68a352741d2a88661b0d9a24aa2ad82c07264b1af3909521a932166ae05de58bd7e9b7a4652a770331f20
@@ -306,7 +306,7 @@ module MoxiworksPlatform
306
306
  # optional Search parameters
307
307
  #
308
308
  # @option opts [String] :last_moxi_works_listing_id For multi-page responses (where the response value 'last_page' is false), send the listing ID of the last Listing in the previous page.
309
- # @option opts [Hash] :previous_page For multi-page responses (where the response value 'last_page' is false), send the listing ID of the last Listing in the previous page.
309
+ # @option opts [Hash] :previous_page For multi-page responses (where the response value 'last_page' is false), send the entire response from the previous page.
310
310
  #
311
311
  # @return [Hash] with the format:
312
312
  # {
@@ -325,6 +325,13 @@ module MoxiworksPlatform
325
325
  # moxi_works_agent_id: 'abc123'
326
326
  # )
327
327
  #
328
+ # next_page = MoxiworksPlatform::Listing.search(
329
+ # moxi_works_company_id: 'the_company',
330
+ # updated_since: Time.now.to_i - 1296000,
331
+ # moxi_works_agent_id: 'abc123',
332
+ # previous_page: results
333
+ # )
334
+ #
328
335
  # @block |Array|
329
336
  # if you pass a block with the logic you want to perform on all listings,
330
337
  # you can have all listings processed in a single call
@@ -1,3 +1,3 @@
1
1
  module MoxiworksPlatform
2
- VERSION = '0.10.2'
2
+ VERSION = '0.10.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moxiworks_platform
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.2
4
+ version: 0.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tres Wong-Godfrey