simplyrets 1.0.0 → 1.0.1
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/simplyrets/api/default_api.rb +2 -2
- data/lib/simplyrets/simplyrets/version.rb +1 -1
- data/simplyrets-1.0.0.gem +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 92d924896e38ee9c642b6c07a5b3e33f1b4b0661
|
4
|
+
data.tar.gz: 5af20581ab61cd4103420592e34102ddd12b059a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b0af83a68f95dcc80fb581e8b501733a8abf0cb8f29c93618a020d6f54a7eef2cb07a0f8d22fddc91cf3a75b65259c1e62bdc16077ea14da5b466cf3e0fe8b8
|
7
|
+
data.tar.gz: f8bf2d56588badfeed6358a1d61a47509886f11b8fd6dea2816fed610220f0b8db193b8c5fbf39cd580b567b0de997fd3fe4e93a8defd084000dbadefc882051
|
data/Gemfile.lock
CHANGED
@@ -14,7 +14,7 @@ module SimplyRetsClient
|
|
14
14
|
# @option opts [Integer] :maxarea Filter listings by a maximum area size in Sq Ft.\n
|
15
15
|
# @option opts [Integer] :minbaths Filter listings by a minimum number of bathrooms.\n
|
16
16
|
# @option opts [Integer] :maxbaths Filter listings by a maximum number of bathrooms.\n
|
17
|
-
# @option opts [Integer] :
|
17
|
+
# @option opts [Integer] :minbeds Filter listings by a minimum number of bedrooms.\n
|
18
18
|
# @option opts [Integer] :maxbeds Filter listings by a maximum number of bedrooms.\n
|
19
19
|
# @option opts [Integer] :limit Set the number of listings to return in the response.\nThis defaults to 20 listings, and can be a maximum of 50.\nTo paginate through to the next page of listings, take a\nlook at the `offset` parameter, or the Link in the HTTP\nHeader.\n
|
20
20
|
# @option opts [Integer] :offset Used as a cursor for pagination. Increase the offset parameter\nby the limit to go to the next \"page\" of listings. Also take\na look at the Link HTTP Header for pre-built pagination.\n
|
@@ -63,7 +63,7 @@ module SimplyRetsClient
|
|
63
63
|
query_params[:'maxarea'] = opts[:'maxarea'] if opts[:'maxarea']
|
64
64
|
query_params[:'minbaths'] = opts[:'minbaths'] if opts[:'minbaths']
|
65
65
|
query_params[:'maxbaths'] = opts[:'maxbaths'] if opts[:'maxbaths']
|
66
|
-
query_params[:'
|
66
|
+
query_params[:'minbeds'] = opts[:'minbeds'] if opts[:'minbeds']
|
67
67
|
query_params[:'maxbeds'] = opts[:'maxbeds'] if opts[:'maxbeds']
|
68
68
|
query_params[:'limit'] = opts[:'limit'] if opts[:'limit']
|
69
69
|
query_params[:'offset'] = opts[:'offset'] if opts[:'offset']
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simplyrets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christopher Reichert
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-09-
|
12
|
+
date: 2015-09-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: typhoeus
|
@@ -233,6 +233,7 @@ files:
|
|
233
233
|
- lib/simplyrets/simplyrets/request.rb
|
234
234
|
- lib/simplyrets/simplyrets/response.rb
|
235
235
|
- lib/simplyrets/simplyrets/version.rb
|
236
|
+
- simplyrets-1.0.0.gem
|
236
237
|
- simplyrets.gemspec
|
237
238
|
homepage: https://simplyrets.com
|
238
239
|
licenses:
|