justimmo_client 0.4.2 → 0.4.3
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f74e4f934c4b4a0d3d9e84414ada4785a6a908ab
|
|
4
|
+
data.tar.gz: b10b66166909331951bbce4c7a33c7be2f798bc0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d966a8283487c6549a23436df247501bf9509628bdac52a80256fe12190f78367b6293fba837d151d21bf29ab7af3b9f3984b14d78cad20cf0a9949992e514ce
|
|
7
|
+
data.tar.gz: 680da3354939fbf771cb11e5efda8b98d3eb08a6854be401ccdccc6a7877605e40b2041d7f1f77c4d5180cc1cd587114cdd81f38b1c74d872896afa88eef02b5
|
|
@@ -66,7 +66,7 @@ module JustimmoClient::V1
|
|
|
66
66
|
# @param [Hash] params
|
|
67
67
|
# @return [String] A JSON string containing an array of ids.
|
|
68
68
|
def ids(**params)
|
|
69
|
-
get("objekt/ids",
|
|
69
|
+
get("objekt/ids", list_option_parser.parse(params))
|
|
70
70
|
end
|
|
71
71
|
|
|
72
72
|
# @todo implement this
|
|
@@ -172,8 +172,6 @@ module JustimmoClient::V1
|
|
|
172
172
|
end
|
|
173
173
|
end
|
|
174
174
|
|
|
175
|
-
alias ids_option_parser list_option_parser
|
|
176
|
-
|
|
177
175
|
# @return [Hash]
|
|
178
176
|
def inquiry_option_parser
|
|
179
177
|
@option_parsers ||= {}
|