vericred_client 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +201 -0
  3. data/README.md +9 -10
  4. data/docs/DrugsApi.md +7 -9
  5. data/docs/NetworksApi.md +4 -6
  6. data/docs/PlansApi.md +4 -72
  7. data/docs/ProvidersApi.md +7 -20
  8. data/docs/RequestProvidersSearch.md +1 -3
  9. data/docs/ZipCountiesApi.md +3 -3
  10. data/git_push.sh +67 -0
  11. data/lib/vericred_client/api/drugs_api.rb +17 -11
  12. data/lib/vericred_client/api/networks_api.rb +18 -12
  13. data/lib/vericred_client/api/plans_api.rb +15 -141
  14. data/lib/vericred_client/api/providers_api.rb +16 -32
  15. data/lib/vericred_client/api/zip_counties_api.rb +14 -4
  16. data/lib/vericred_client/api_client.rb +13 -3
  17. data/lib/vericred_client/api_error.rb +13 -3
  18. data/lib/vericred_client/configuration.rb +130 -0
  19. data/lib/vericred_client/models/applicant.rb +20 -6
  20. data/lib/vericred_client/models/base.rb +20 -6
  21. data/lib/vericred_client/models/carrier.rb +20 -6
  22. data/lib/vericred_client/models/carrier_subsidiary.rb +20 -6
  23. data/lib/vericred_client/models/county.rb +20 -6
  24. data/lib/vericred_client/models/county_bulk.rb +20 -6
  25. data/lib/vericred_client/models/drug.rb +20 -6
  26. data/lib/vericred_client/models/drug_coverage.rb +20 -6
  27. data/lib/vericred_client/models/drug_coverage_response.rb +20 -6
  28. data/lib/vericred_client/models/drug_package.rb +20 -6
  29. data/lib/vericred_client/models/drug_search_response.rb +20 -6
  30. data/lib/vericred_client/models/meta.rb +20 -6
  31. data/lib/vericred_client/models/network.rb +20 -6
  32. data/lib/vericred_client/models/network_search_response.rb +20 -6
  33. data/lib/vericred_client/models/plan.rb +20 -6
  34. data/lib/vericred_client/models/plan_county.rb +20 -6
  35. data/lib/vericred_client/models/plan_county_bulk.rb +20 -6
  36. data/lib/vericred_client/models/plan_search_response.rb +20 -6
  37. data/lib/vericred_client/models/plan_search_result.rb +20 -6
  38. data/lib/vericred_client/models/plan_zip_county.rb +20 -6
  39. data/lib/vericred_client/models/pricing.rb +20 -6
  40. data/lib/vericred_client/models/provider.rb +20 -6
  41. data/lib/vericred_client/models/provider_show_response.rb +20 -6
  42. data/lib/vericred_client/models/providers_search_response.rb +20 -6
  43. data/lib/vericred_client/models/rating_area.rb +20 -6
  44. data/lib/vericred_client/models/request_plan_find.rb +20 -6
  45. data/lib/vericred_client/models/request_plan_find_applicant.rb +20 -6
  46. data/lib/vericred_client/models/request_plan_find_provider.rb +20 -6
  47. data/lib/vericred_client/models/request_providers_search.rb +21 -9
  48. data/lib/vericred_client/models/state.rb +20 -6
  49. data/lib/vericred_client/models/zip_code.rb +20 -6
  50. data/lib/vericred_client/models/zip_counties_response.rb +20 -6
  51. data/lib/vericred_client/models/zip_county.rb +20 -6
  52. data/lib/vericred_client/models/zip_county_bulk.rb +20 -6
  53. data/lib/vericred_client/models/zip_county_response.rb +20 -6
  54. data/lib/vericred_client/version.rb +14 -4
  55. data/lib/vericred_client.rb +13 -3
  56. data/spec/api/drugs_api_spec.rb +17 -17
  57. data/spec/api/networks_api_spec.rb +16 -12
  58. data/spec/api/plans_api_spec.rb +16 -78
  59. data/spec/api/providers_api_spec.rb +17 -28
  60. data/spec/api/zip_counties_api_spec.rb +15 -9
  61. data/spec/api_client_spec.rb +403 -0
  62. data/spec/configuration_spec.rb +155 -0
  63. data/spec/models/applicant_spec.rb +196 -0
  64. data/spec/models/base_spec.rb +160 -0
  65. data/spec/models/carrier_spec.rb +172 -0
  66. data/spec/models/carrier_subsidiary_spec.rb +172 -0
  67. data/spec/models/county_bulk_spec.rb +172 -0
  68. data/spec/models/county_spec.rb +196 -0
  69. data/spec/models/drug_coverage_response_spec.rb +178 -0
  70. data/spec/models/drug_coverage_spec.rb +190 -0
  71. data/spec/models/drug_package_spec.rb +166 -0
  72. data/spec/models/drug_search_response_spec.rb +172 -0
  73. data/spec/models/drug_spec.rb +178 -0
  74. data/spec/models/meta_spec.rb +160 -0
  75. data/spec/models/network_search_response_spec.rb +166 -0
  76. data/spec/models/network_spec.rb +166 -0
  77. data/spec/models/plan_county_bulk_spec.rb +166 -0
  78. data/spec/models/plan_county_spec.rb +166 -0
  79. data/spec/models/plan_search_response_spec.rb +172 -0
  80. data/spec/models/plan_search_result_spec.rb +562 -0
  81. data/spec/models/plan_spec.rb +544 -0
  82. data/spec/models/plan_zip_county_spec.rb +172 -0
  83. data/spec/models/pricing_spec.rb +220 -0
  84. data/spec/models/provider_show_response_spec.rb +160 -0
  85. data/spec/models/provider_spec.rb +322 -0
  86. data/spec/models/providers_search_response_spec.rb +172 -0
  87. data/spec/models/rating_area_spec.rb +166 -0
  88. data/spec/models/request_plan_find_applicant_spec.rb +160 -0
  89. data/spec/models/request_plan_find_provider_spec.rb +160 -0
  90. data/spec/models/request_plan_find_spec.rb +226 -0
  91. data/spec/models/request_providers_search_spec.rb +202 -0
  92. data/spec/models/state_spec.rb +202 -0
  93. data/spec/models/zip_code_spec.rb +166 -0
  94. data/spec/models/zip_counties_response_spec.rb +178 -0
  95. data/spec/models/zip_county_bulk_spec.rb +178 -0
  96. data/spec/models/zip_county_response_spec.rb +178 -0
  97. data/spec/models/zip_county_spec.rb +172 -0
  98. data/spec/spec_helper.rb +229 -0
  99. data/vericred_client.gemspec +131 -0
  100. metadata +80 -2
@@ -1,7 +1,7 @@
1
1
  =begin
2
- Vericred API
2
+ #Vericred API
3
3
 
4
- Vericred's API allows you to search for Health Plans that a specific doctor
4
+ #Vericred's API allows you to search for Health Plans that a specific doctor
5
5
  accepts.
6
6
 
7
7
  ## Getting Started
@@ -37,7 +37,6 @@ namely `Total`, `Per-Page`, `Link`, and `Page` as described in [RFC-5988](https:
37
37
 
38
38
  For example, to display 5 results per page and view the second page of a
39
39
  `GET` to `/networks`, your final request would be `GET /networks?....page=2&per_page=5`.
40
- ```
41
40
 
42
41
  ## Sideloading
43
42
 
@@ -115,16 +114,29 @@ OpenAPI spec version: 1.0.0
115
114
 
116
115
  Generated by: https://github.com/swagger-api/swagger-codegen.git
117
116
 
117
+ Licensed under the Apache License, Version 2.0 (the "License");
118
+ you may not use this file except in compliance with the License.
119
+ You may obtain a copy of the License at
120
+
121
+ http://www.apache.org/licenses/LICENSE-2.0
122
+
123
+ Unless required by applicable law or agreed to in writing, software
124
+ distributed under the License is distributed on an "AS IS" BASIS,
125
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
126
+ See the License for the specific language governing permissions and
127
+ limitations under the License.
118
128
 
119
129
  =end
120
130
 
121
131
  require 'date'
122
132
 
123
133
  module VericredClient
134
+
124
135
  class RequestPlanFindProvider
125
136
  # NPI of provider to search for
126
137
  attr_accessor :npi
127
138
 
139
+
128
140
  # Attribute mapping from ruby-style variable name to JSON key.
129
141
  def self.attribute_map
130
142
  {
@@ -163,10 +175,11 @@ module VericredClient
163
175
  # Check to see if the all the properties in the model are valid
164
176
  # @return true if the model is valid
165
177
  def valid?
178
+ return true
166
179
  end
167
180
 
168
181
  # Checks equality by comparing each attribute.
169
- # @param [Object] Object to be compared
182
+ # @param [Object] Object to be compared
170
183
  def ==(o)
171
184
  return true if self.equal?(o)
172
185
  self.class == o.class &&
@@ -174,7 +187,7 @@ module VericredClient
174
187
  end
175
188
 
176
189
  # @see the `==` method
177
- # @param [Object] Object to be compared
190
+ # @param [Object] Object to be compared
178
191
  def eql?(o)
179
192
  self == o
180
193
  end
@@ -273,7 +286,7 @@ module VericredClient
273
286
 
274
287
  # Outputs non-array value in the form of hash
275
288
  # For object, use to_hash. Otherwise, just return the value
276
- # @param [Object] value Any valid value
289
+ # @param [Object] value Any valid value
277
290
  # @return [Hash] Returns the value in the form of hash
278
291
  def _to_hash(value)
279
292
  if value.is_a?(Array)
@@ -290,4 +303,5 @@ module VericredClient
290
303
  end
291
304
 
292
305
  end
306
+
293
307
  end
@@ -1,7 +1,7 @@
1
1
  =begin
2
- Vericred API
2
+ #Vericred API
3
3
 
4
- Vericred's API allows you to search for Health Plans that a specific doctor
4
+ #Vericred's API allows you to search for Health Plans that a specific doctor
5
5
  accepts.
6
6
 
7
7
  ## Getting Started
@@ -37,7 +37,6 @@ namely `Total`, `Per-Page`, `Link`, and `Page` as described in [RFC-5988](https:
37
37
 
38
38
  For example, to display 5 results per page and view the second page of a
39
39
  `GET` to `/networks`, your final request would be `GET /networks?....page=2&per_page=5`.
40
- ```
41
40
 
42
41
  ## Sideloading
43
42
 
@@ -115,16 +114,26 @@ OpenAPI spec version: 1.0.0
115
114
 
116
115
  Generated by: https://github.com/swagger-api/swagger-codegen.git
117
116
 
117
+ Licensed under the Apache License, Version 2.0 (the "License");
118
+ you may not use this file except in compliance with the License.
119
+ You may obtain a copy of the License at
120
+
121
+ http://www.apache.org/licenses/LICENSE-2.0
122
+
123
+ Unless required by applicable law or agreed to in writing, software
124
+ distributed under the License is distributed on an "AS IS" BASIS,
125
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
126
+ See the License for the specific language governing permissions and
127
+ limitations under the License.
118
128
 
119
129
  =end
120
130
 
121
131
  require 'date'
122
132
 
123
133
  module VericredClient
134
+
124
135
  class RequestProvidersSearch
125
- # Limit results to Providers who accept at least one insurance
126
- plan. Note that the inverse of this filter is not supported and
127
- any value will evaluate to true
136
+ # Limit results to Providers who accept at least one insurance plan. Note that the inverse of this filter is not supported and any value will evaluate to true
128
137
  attr_accessor :accepts_insurance
129
138
 
130
139
  # List of HIOS ids
@@ -148,6 +157,7 @@ module VericredClient
148
157
  # Either organization or individual
149
158
  attr_accessor :type
150
159
 
160
+
151
161
  # Attribute mapping from ruby-style variable name to JSON key.
152
162
  def self.attribute_map
153
163
  {
@@ -230,10 +240,11 @@ module VericredClient
230
240
  # Check to see if the all the properties in the model are valid
231
241
  # @return true if the model is valid
232
242
  def valid?
243
+ return true
233
244
  end
234
245
 
235
246
  # Checks equality by comparing each attribute.
236
- # @param [Object] Object to be compared
247
+ # @param [Object] Object to be compared
237
248
  def ==(o)
238
249
  return true if self.equal?(o)
239
250
  self.class == o.class &&
@@ -248,7 +259,7 @@ module VericredClient
248
259
  end
249
260
 
250
261
  # @see the `==` method
251
- # @param [Object] Object to be compared
262
+ # @param [Object] Object to be compared
252
263
  def eql?(o)
253
264
  self == o
254
265
  end
@@ -347,7 +358,7 @@ module VericredClient
347
358
 
348
359
  # Outputs non-array value in the form of hash
349
360
  # For object, use to_hash. Otherwise, just return the value
350
- # @param [Object] value Any valid value
361
+ # @param [Object] value Any valid value
351
362
  # @return [Hash] Returns the value in the form of hash
352
363
  def _to_hash(value)
353
364
  if value.is_a?(Array)
@@ -364,4 +375,5 @@ module VericredClient
364
375
  end
365
376
 
366
377
  end
378
+
367
379
  end
@@ -1,7 +1,7 @@
1
1
  =begin
2
- Vericred API
2
+ #Vericred API
3
3
 
4
- Vericred's API allows you to search for Health Plans that a specific doctor
4
+ #Vericred's API allows you to search for Health Plans that a specific doctor
5
5
  accepts.
6
6
 
7
7
  ## Getting Started
@@ -37,7 +37,6 @@ namely `Total`, `Per-Page`, `Link`, and `Page` as described in [RFC-5988](https:
37
37
 
38
38
  For example, to display 5 results per page and view the second page of a
39
39
  `GET` to `/networks`, your final request would be `GET /networks?....page=2&per_page=5`.
40
- ```
41
40
 
42
41
  ## Sideloading
43
42
 
@@ -115,12 +114,24 @@ OpenAPI spec version: 1.0.0
115
114
 
116
115
  Generated by: https://github.com/swagger-api/swagger-codegen.git
117
116
 
117
+ Licensed under the Apache License, Version 2.0 (the "License");
118
+ you may not use this file except in compliance with the License.
119
+ You may obtain a copy of the License at
120
+
121
+ http://www.apache.org/licenses/LICENSE-2.0
122
+
123
+ Unless required by applicable law or agreed to in writing, software
124
+ distributed under the License is distributed on an "AS IS" BASIS,
125
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
126
+ See the License for the specific language governing permissions and
127
+ limitations under the License.
118
128
 
119
129
  =end
120
130
 
121
131
  require 'date'
122
132
 
123
133
  module VericredClient
134
+
124
135
  class State
125
136
  # Primary Key of State
126
137
  attr_accessor :id
@@ -146,6 +157,7 @@ module VericredClient
146
157
  # Is this State available for individuals
147
158
  attr_accessor :live_for_consumers
148
159
 
160
+
149
161
  # Attribute mapping from ruby-style variable name to JSON key.
150
162
  def self.attribute_map
151
163
  {
@@ -226,10 +238,11 @@ module VericredClient
226
238
  # Check to see if the all the properties in the model are valid
227
239
  # @return true if the model is valid
228
240
  def valid?
241
+ return true
229
242
  end
230
243
 
231
244
  # Checks equality by comparing each attribute.
232
- # @param [Object] Object to be compared
245
+ # @param [Object] Object to be compared
233
246
  def ==(o)
234
247
  return true if self.equal?(o)
235
248
  self.class == o.class &&
@@ -244,7 +257,7 @@ module VericredClient
244
257
  end
245
258
 
246
259
  # @see the `==` method
247
- # @param [Object] Object to be compared
260
+ # @param [Object] Object to be compared
248
261
  def eql?(o)
249
262
  self == o
250
263
  end
@@ -343,7 +356,7 @@ module VericredClient
343
356
 
344
357
  # Outputs non-array value in the form of hash
345
358
  # For object, use to_hash. Otherwise, just return the value
346
- # @param [Object] value Any valid value
359
+ # @param [Object] value Any valid value
347
360
  # @return [Hash] Returns the value in the form of hash
348
361
  def _to_hash(value)
349
362
  if value.is_a?(Array)
@@ -360,4 +373,5 @@ module VericredClient
360
373
  end
361
374
 
362
375
  end
376
+
363
377
  end
@@ -1,7 +1,7 @@
1
1
  =begin
2
- Vericred API
2
+ #Vericred API
3
3
 
4
- Vericred's API allows you to search for Health Plans that a specific doctor
4
+ #Vericred's API allows you to search for Health Plans that a specific doctor
5
5
  accepts.
6
6
 
7
7
  ## Getting Started
@@ -37,7 +37,6 @@ namely `Total`, `Per-Page`, `Link`, and `Page` as described in [RFC-5988](https:
37
37
 
38
38
  For example, to display 5 results per page and view the second page of a
39
39
  `GET` to `/networks`, your final request would be `GET /networks?....page=2&per_page=5`.
40
- ```
41
40
 
42
41
  ## Sideloading
43
42
 
@@ -115,12 +114,24 @@ OpenAPI spec version: 1.0.0
115
114
 
116
115
  Generated by: https://github.com/swagger-api/swagger-codegen.git
117
116
 
117
+ Licensed under the Apache License, Version 2.0 (the "License");
118
+ you may not use this file except in compliance with the License.
119
+ You may obtain a copy of the License at
120
+
121
+ http://www.apache.org/licenses/LICENSE-2.0
122
+
123
+ Unless required by applicable law or agreed to in writing, software
124
+ distributed under the License is distributed on an "AS IS" BASIS,
125
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
126
+ See the License for the specific language governing permissions and
127
+ limitations under the License.
118
128
 
119
129
  =end
120
130
 
121
131
  require 'date'
122
132
 
123
133
  module VericredClient
134
+
124
135
  class ZipCode
125
136
  # 5 digit code (e.g. 11215)
126
137
  attr_accessor :code
@@ -128,6 +139,7 @@ module VericredClient
128
139
  # Primary key
129
140
  attr_accessor :id
130
141
 
142
+
131
143
  # Attribute mapping from ruby-style variable name to JSON key.
132
144
  def self.attribute_map
133
145
  {
@@ -172,10 +184,11 @@ module VericredClient
172
184
  # Check to see if the all the properties in the model are valid
173
185
  # @return true if the model is valid
174
186
  def valid?
187
+ return true
175
188
  end
176
189
 
177
190
  # Checks equality by comparing each attribute.
178
- # @param [Object] Object to be compared
191
+ # @param [Object] Object to be compared
179
192
  def ==(o)
180
193
  return true if self.equal?(o)
181
194
  self.class == o.class &&
@@ -184,7 +197,7 @@ module VericredClient
184
197
  end
185
198
 
186
199
  # @see the `==` method
187
- # @param [Object] Object to be compared
200
+ # @param [Object] Object to be compared
188
201
  def eql?(o)
189
202
  self == o
190
203
  end
@@ -283,7 +296,7 @@ module VericredClient
283
296
 
284
297
  # Outputs non-array value in the form of hash
285
298
  # For object, use to_hash. Otherwise, just return the value
286
- # @param [Object] value Any valid value
299
+ # @param [Object] value Any valid value
287
300
  # @return [Hash] Returns the value in the form of hash
288
301
  def _to_hash(value)
289
302
  if value.is_a?(Array)
@@ -300,4 +313,5 @@ module VericredClient
300
313
  end
301
314
 
302
315
  end
316
+
303
317
  end
@@ -1,7 +1,7 @@
1
1
  =begin
2
- Vericred API
2
+ #Vericred API
3
3
 
4
- Vericred's API allows you to search for Health Plans that a specific doctor
4
+ #Vericred's API allows you to search for Health Plans that a specific doctor
5
5
  accepts.
6
6
 
7
7
  ## Getting Started
@@ -37,7 +37,6 @@ namely `Total`, `Per-Page`, `Link`, and `Page` as described in [RFC-5988](https:
37
37
 
38
38
  For example, to display 5 results per page and view the second page of a
39
39
  `GET` to `/networks`, your final request would be `GET /networks?....page=2&per_page=5`.
40
- ```
41
40
 
42
41
  ## Sideloading
43
42
 
@@ -115,12 +114,24 @@ OpenAPI spec version: 1.0.0
115
114
 
116
115
  Generated by: https://github.com/swagger-api/swagger-codegen.git
117
116
 
117
+ Licensed under the Apache License, Version 2.0 (the "License");
118
+ you may not use this file except in compliance with the License.
119
+ You may obtain a copy of the License at
120
+
121
+ http://www.apache.org/licenses/LICENSE-2.0
122
+
123
+ Unless required by applicable law or agreed to in writing, software
124
+ distributed under the License is distributed on an "AS IS" BASIS,
125
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
126
+ See the License for the specific language governing permissions and
127
+ limitations under the License.
118
128
 
119
129
  =end
120
130
 
121
131
  require 'date'
122
132
 
123
133
  module VericredClient
134
+
124
135
  class ZipCountiesResponse
125
136
  # Counties that exist in the provided zip prefix.
126
137
  attr_accessor :counties
@@ -134,6 +145,7 @@ module VericredClient
134
145
  # ZipCodes that exist in the provided zip prefix.
135
146
  attr_accessor :zip_codes
136
147
 
148
+
137
149
  # Attribute mapping from ruby-style variable name to JSON key.
138
150
  def self.attribute_map
139
151
  {
@@ -198,10 +210,11 @@ module VericredClient
198
210
  # Check to see if the all the properties in the model are valid
199
211
  # @return true if the model is valid
200
212
  def valid?
213
+ return true
201
214
  end
202
215
 
203
216
  # Checks equality by comparing each attribute.
204
- # @param [Object] Object to be compared
217
+ # @param [Object] Object to be compared
205
218
  def ==(o)
206
219
  return true if self.equal?(o)
207
220
  self.class == o.class &&
@@ -212,7 +225,7 @@ module VericredClient
212
225
  end
213
226
 
214
227
  # @see the `==` method
215
- # @param [Object] Object to be compared
228
+ # @param [Object] Object to be compared
216
229
  def eql?(o)
217
230
  self == o
218
231
  end
@@ -311,7 +324,7 @@ module VericredClient
311
324
 
312
325
  # Outputs non-array value in the form of hash
313
326
  # For object, use to_hash. Otherwise, just return the value
314
- # @param [Object] value Any valid value
327
+ # @param [Object] value Any valid value
315
328
  # @return [Hash] Returns the value in the form of hash
316
329
  def _to_hash(value)
317
330
  if value.is_a?(Array)
@@ -328,4 +341,5 @@ module VericredClient
328
341
  end
329
342
 
330
343
  end
344
+
331
345
  end
@@ -1,7 +1,7 @@
1
1
  =begin
2
- Vericred API
2
+ #Vericred API
3
3
 
4
- Vericred's API allows you to search for Health Plans that a specific doctor
4
+ #Vericred's API allows you to search for Health Plans that a specific doctor
5
5
  accepts.
6
6
 
7
7
  ## Getting Started
@@ -37,7 +37,6 @@ namely `Total`, `Per-Page`, `Link`, and `Page` as described in [RFC-5988](https:
37
37
 
38
38
  For example, to display 5 results per page and view the second page of a
39
39
  `GET` to `/networks`, your final request would be `GET /networks?....page=2&per_page=5`.
40
- ```
41
40
 
42
41
  ## Sideloading
43
42
 
@@ -115,12 +114,24 @@ OpenAPI spec version: 1.0.0
115
114
 
116
115
  Generated by: https://github.com/swagger-api/swagger-codegen.git
117
116
 
117
+ Licensed under the Apache License, Version 2.0 (the "License");
118
+ you may not use this file except in compliance with the License.
119
+ You may obtain a copy of the License at
120
+
121
+ http://www.apache.org/licenses/LICENSE-2.0
122
+
123
+ Unless required by applicable law or agreed to in writing, software
124
+ distributed under the License is distributed on an "AS IS" BASIS,
125
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
126
+ See the License for the specific language governing permissions and
127
+ limitations under the License.
118
128
 
119
129
  =end
120
130
 
121
131
  require 'date'
122
132
 
123
133
  module VericredClient
134
+
124
135
  class ZipCounty
125
136
  # ID of the parent County in Vericred's API
126
137
  attr_accessor :county_id
@@ -131,6 +142,7 @@ module VericredClient
131
142
  # ID of the parent Zip Code in Vericred's API
132
143
  attr_accessor :zip_code_id
133
144
 
145
+
134
146
  # Attribute mapping from ruby-style variable name to JSON key.
135
147
  def self.attribute_map
136
148
  {
@@ -181,10 +193,11 @@ module VericredClient
181
193
  # Check to see if the all the properties in the model are valid
182
194
  # @return true if the model is valid
183
195
  def valid?
196
+ return true
184
197
  end
185
198
 
186
199
  # Checks equality by comparing each attribute.
187
- # @param [Object] Object to be compared
200
+ # @param [Object] Object to be compared
188
201
  def ==(o)
189
202
  return true if self.equal?(o)
190
203
  self.class == o.class &&
@@ -194,7 +207,7 @@ module VericredClient
194
207
  end
195
208
 
196
209
  # @see the `==` method
197
- # @param [Object] Object to be compared
210
+ # @param [Object] Object to be compared
198
211
  def eql?(o)
199
212
  self == o
200
213
  end
@@ -293,7 +306,7 @@ module VericredClient
293
306
 
294
307
  # Outputs non-array value in the form of hash
295
308
  # For object, use to_hash. Otherwise, just return the value
296
- # @param [Object] value Any valid value
309
+ # @param [Object] value Any valid value
297
310
  # @return [Hash] Returns the value in the form of hash
298
311
  def _to_hash(value)
299
312
  if value.is_a?(Array)
@@ -310,4 +323,5 @@ module VericredClient
310
323
  end
311
324
 
312
325
  end
326
+
313
327
  end