vericred_client 0.0.35 → 0.0.37
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/README.md +4 -4
- data/docs/ACAPlan.md +2 -1
- data/docs/ACAPlan2018.md +2 -1
- data/docs/ACAPlan2018Search.md +2 -1
- data/docs/ACAPlan2018SearchResult.md +2 -1
- data/docs/ACAPlanPre2018.md +2 -1
- data/docs/ACAPlanPre2018Search.md +2 -1
- data/docs/ACAPlanPre2018SearchResult.md +1 -0
- data/docs/ACAPlanSearch.md +2 -1
- data/docs/DentalPlan.md +1 -0
- data/docs/DentalPlanSearch.md +1 -0
- data/docs/DentalPlanSearchRequest.md +1 -0
- data/docs/MedicalPlanSearchRequest.md +1 -0
- data/docs/Plan.md +1 -0
- data/docs/PlanMedicare.md +1 -0
- data/docs/PlanMedicareBulk.md +1 -0
- data/docs/VisionPlan.md +1 -0
- data/docs/VisionPlanSearchRequest.md +1 -0
- data/lib/vericred_client/models/aca_plan.rb +13 -3
- data/lib/vericred_client/models/aca_plan2018.rb +13 -3
- data/lib/vericred_client/models/aca_plan2018_search.rb +13 -3
- data/lib/vericred_client/models/aca_plan2018_search_result.rb +13 -3
- data/lib/vericred_client/models/aca_plan_pre2018.rb +13 -3
- data/lib/vericred_client/models/aca_plan_pre2018_search.rb +13 -3
- data/lib/vericred_client/models/aca_plan_pre2018_search_result.rb +11 -1
- data/lib/vericred_client/models/aca_plan_search.rb +13 -3
- data/lib/vericred_client/models/dental_plan.rb +11 -1
- data/lib/vericred_client/models/dental_plan_search.rb +11 -1
- data/lib/vericred_client/models/dental_plan_search_request.rb +16 -4
- data/lib/vericred_client/models/medical_plan_search_request.rb +16 -4
- data/lib/vericred_client/models/plan.rb +11 -1
- data/lib/vericred_client/models/plan_medicare.rb +11 -1
- data/lib/vericred_client/models/plan_medicare_bulk.rb +11 -1
- data/lib/vericred_client/models/vision_plan.rb +11 -1
- data/lib/vericred_client/models/vision_plan_search_request.rb +16 -4
- data/lib/vericred_client/version.rb +1 -1
- data/spec/models/aca_plan2018_search_result_spec.rb +6 -0
- data/spec/models/aca_plan2018_search_spec.rb +6 -0
- data/spec/models/aca_plan2018_spec.rb +6 -0
- data/spec/models/aca_plan_pre2018_search_result_spec.rb +6 -0
- data/spec/models/aca_plan_pre2018_search_spec.rb +6 -0
- data/spec/models/aca_plan_pre2018_spec.rb +6 -0
- data/spec/models/aca_plan_search_spec.rb +6 -0
- data/spec/models/aca_plan_spec.rb +6 -0
- data/spec/models/dental_plan_search_request_spec.rb +6 -0
- data/spec/models/dental_plan_search_spec.rb +6 -0
- data/spec/models/dental_plan_spec.rb +6 -0
- data/spec/models/medical_plan_search_request_spec.rb +6 -0
- data/spec/models/plan_medicare_bulk_spec.rb +6 -0
- data/spec/models/plan_medicare_spec.rb +6 -0
- data/spec/models/plan_spec.rb +6 -0
- data/spec/models/vision_plan_search_request_spec.rb +6 -0
- data/spec/models/vision_plan_spec.rb +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 340fd5044d7cf586fd029b05133ed8efd27fe1e1
|
4
|
+
data.tar.gz: e1fb714ffdd268ecbc2b8208eec91ca5dfbbd177
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c66a9a92a6bb6b8a57303070da80cd723566213c5356bab08d30b888791649abaad463853ea6b38a77cca65e255a52079f630ef676ca9a5d7dc0dc93e9758db5
|
7
|
+
data.tar.gz: 891781e0a0b646faa856818f00e0bf46f01115e7f3ced2c23e35ead0d663ca097d5bff221e4d105ef9a5000552dd879f980ec0283c852f014e6eb729fcc2c5f0
|
data/README.md
CHANGED
@@ -992,7 +992,7 @@ This is useful for large group data or when you are not dealing with `Plan`s dir
|
|
992
992
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
993
993
|
|
994
994
|
- API version: 1.0.0
|
995
|
-
- Package version: 0.0.
|
995
|
+
- Package version: 0.0.37
|
996
996
|
- Build package: class io.swagger.codegen.languages.RubyClientCodegen
|
997
997
|
|
998
998
|
## Installation
|
@@ -1008,15 +1008,15 @@ gem build vericred_client.gemspec
|
|
1008
1008
|
Then either install the gem locally:
|
1009
1009
|
|
1010
1010
|
```shell
|
1011
|
-
gem install ./vericred_client-0.0.
|
1011
|
+
gem install ./vericred_client-0.0.37.gem
|
1012
1012
|
```
|
1013
|
-
(for development, run `gem install --dev ./vericred_client-0.0.
|
1013
|
+
(for development, run `gem install --dev ./vericred_client-0.0.37.gem` to install the development dependencies)
|
1014
1014
|
|
1015
1015
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
1016
1016
|
|
1017
1017
|
Finally add this to the Gemfile:
|
1018
1018
|
|
1019
|
-
gem 'vericred_client', '~> 0.0.
|
1019
|
+
gem 'vericred_client', '~> 0.0.37'
|
1020
1020
|
|
1021
1021
|
### Install from Git
|
1022
1022
|
|
data/docs/ACAPlan.md
CHANGED
@@ -9,8 +9,9 @@ Name | Type | Description | Notes
|
|
9
9
|
**ambulance** | **String** | Benefits string for ambulance coverage | [optional]
|
10
10
|
**benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
|
11
11
|
**buy_link** | **String** | Link to a location to purchase the plan. | [optional]
|
12
|
+
**carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
|
12
13
|
**carrier_name** | **String** | Name of the insurance carrier | [optional]
|
13
|
-
**child_dental** | **
|
14
|
+
**child_dental** | **String** | Child Dental benefits string | [optional]
|
14
15
|
**child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
|
15
16
|
**child_eyewear** | **String** | Child eyewear benefits summary | [optional]
|
16
17
|
**chiropractic_services** | **String** | Chiropractic services benefits summary | [optional]
|
data/docs/ACAPlan2018.md
CHANGED
@@ -10,8 +10,9 @@ Name | Type | Description | Notes
|
|
10
10
|
**ambulance** | **String** | Benefits string for ambulance coverage | [optional]
|
11
11
|
**benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
|
12
12
|
**buy_link** | **String** | Link to a location to purchase the plan. | [optional]
|
13
|
+
**carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
|
13
14
|
**carrier_name** | **String** | Name of the insurance carrier | [optional]
|
14
|
-
**child_dental** | **
|
15
|
+
**child_dental** | **String** | Child Dental benefits string | [optional]
|
15
16
|
**child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
|
16
17
|
**child_eyewear** | **String** | Child eyewear benefits summary | [optional]
|
17
18
|
**chiropractic_services** | **String** | Chiropractic services benefits summary | [optional]
|
data/docs/ACAPlan2018Search.md
CHANGED
@@ -10,8 +10,9 @@ Name | Type | Description | Notes
|
|
10
10
|
**ambulance** | **String** | Benefits string for ambulance coverage | [optional]
|
11
11
|
**benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
|
12
12
|
**buy_link** | **String** | Link to a location to purchase the plan. | [optional]
|
13
|
+
**carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
|
13
14
|
**carrier_name** | **String** | Name of the insurance carrier | [optional]
|
14
|
-
**child_dental** | **
|
15
|
+
**child_dental** | **String** | Child Dental benefits string | [optional]
|
15
16
|
**child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
|
16
17
|
**child_eyewear** | **String** | Child eyewear benefits summary | [optional]
|
17
18
|
**chiropractic_services** | **String** | Chiropractic services benefits summary | [optional]
|
@@ -10,8 +10,9 @@ Name | Type | Description | Notes
|
|
10
10
|
**ambulance** | **String** | Benefits string for ambulance coverage | [optional]
|
11
11
|
**benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
|
12
12
|
**buy_link** | **String** | Link to a location to purchase the plan. | [optional]
|
13
|
+
**carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
|
13
14
|
**carrier_name** | **String** | Name of the insurance carrier | [optional]
|
14
|
-
**child_dental** | **
|
15
|
+
**child_dental** | **String** | Child Dental benefits string | [optional]
|
15
16
|
**child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
|
16
17
|
**child_eyewear** | **String** | Child eyewear benefits summary | [optional]
|
17
18
|
**chiropractic_services** | **String** | Chiropractic services benefits summary | [optional]
|
data/docs/ACAPlanPre2018.md
CHANGED
@@ -9,8 +9,9 @@ Name | Type | Description | Notes
|
|
9
9
|
**ambulance** | **String** | Benefits string for ambulance coverage | [optional]
|
10
10
|
**benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
|
11
11
|
**buy_link** | **String** | Link to a location to purchase the plan. | [optional]
|
12
|
+
**carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
|
12
13
|
**carrier_name** | **String** | Name of the insurance carrier | [optional]
|
13
|
-
**child_dental** | **
|
14
|
+
**child_dental** | **String** | Child Dental benefits string | [optional]
|
14
15
|
**child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
|
15
16
|
**child_eyewear** | **String** | Child eyewear benefits summary | [optional]
|
16
17
|
**chiropractic_services** | **String** | Chiropractic services benefits summary | [optional]
|
@@ -9,8 +9,9 @@ Name | Type | Description | Notes
|
|
9
9
|
**ambulance** | **String** | Benefits string for ambulance coverage | [optional]
|
10
10
|
**benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
|
11
11
|
**buy_link** | **String** | Link to a location to purchase the plan. | [optional]
|
12
|
+
**carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
|
12
13
|
**carrier_name** | **String** | Name of the insurance carrier | [optional]
|
13
|
-
**child_dental** | **
|
14
|
+
**child_dental** | **String** | Child Dental benefits string | [optional]
|
14
15
|
**child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
|
15
16
|
**child_eyewear** | **String** | Child eyewear benefits summary | [optional]
|
16
17
|
**chiropractic_services** | **String** | Chiropractic services benefits summary | [optional]
|
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
|
|
9
9
|
**ambulance** | **String** | Benefits string for ambulance coverage | [optional]
|
10
10
|
**benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
|
11
11
|
**buy_link** | **String** | Link to a location to purchase the plan. | [optional]
|
12
|
+
**carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
|
12
13
|
**carrier_name** | **String** | Name of the insurance carrier | [optional]
|
13
14
|
**child_dental** | **BOOLEAN** | Does the plan provide dental coverage for children? | [optional]
|
14
15
|
**child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
|
data/docs/ACAPlanSearch.md
CHANGED
@@ -9,8 +9,9 @@ Name | Type | Description | Notes
|
|
9
9
|
**ambulance** | **String** | Benefits string for ambulance coverage | [optional]
|
10
10
|
**benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
|
11
11
|
**buy_link** | **String** | Link to a location to purchase the plan. | [optional]
|
12
|
+
**carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
|
12
13
|
**carrier_name** | **String** | Name of the insurance carrier | [optional]
|
13
|
-
**child_dental** | **
|
14
|
+
**child_dental** | **String** | Child Dental benefits string | [optional]
|
14
15
|
**child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
|
15
16
|
**child_eyewear** | **String** | Child eyewear benefits summary | [optional]
|
16
17
|
**chiropractic_services** | **String** | Chiropractic services benefits summary | [optional]
|
data/docs/DentalPlan.md
CHANGED
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
**audience** | **String** | The dental plan audience | [optional]
|
7
7
|
**benefits** | [**DentalPlanBenefits**](DentalPlanBenefits.md) | Dental Plan Benefits | [optional]
|
8
8
|
**benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
|
9
|
+
**carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
|
9
10
|
**id** | **String** | The dental plan identifier | [optional]
|
10
11
|
**identifiers** | [**Array<AncillaryPlanIdentifier>**](AncillaryPlanIdentifier.md) | List of identifiers of this Plan | [optional]
|
11
12
|
**issuer_name** | **String** | Name of the insurance carrier | [optional]
|
data/docs/DentalPlanSearch.md
CHANGED
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
**audience** | **String** | The dental plan audience | [optional]
|
7
7
|
**benefits** | [**DentalPlanBenefits**](DentalPlanBenefits.md) | Dental Plan Benefits | [optional]
|
8
8
|
**benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
|
9
|
+
**carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
|
9
10
|
**id** | **String** | The dental plan identifier | [optional]
|
10
11
|
**identifiers** | [**Array<AncillaryPlanIdentifier>**](AncillaryPlanIdentifier.md) | List of identifiers of this Plan | [optional]
|
11
12
|
**in_network_ids** | **Array<Integer>** | List of NPI numbers for Providers passed in who accept this Plan | [optional]
|
@@ -11,5 +11,6 @@ Name | Type | Description | Notes
|
|
11
11
|
**per_page** | **Integer** | Results per page of response. | [optional]
|
12
12
|
**providers** | [**Array<RequestPlanFindProvider>**](RequestPlanFindProvider.md) | List of Provider National Practitioner Index numbers | [optional]
|
13
13
|
**zip_code** | **String** | 5-digit zip code - this helps determine pricing. | [optional]
|
14
|
+
**issuer_vericred_ids** | **Array<String>** | Vericred IDs of the issuers to include in search | [optional]
|
14
15
|
|
15
16
|
|
@@ -17,5 +17,6 @@ Name | Type | Description | Notes
|
|
17
17
|
**providers** | [**Array<RequestPlanFindProvider>**](RequestPlanFindProvider.md) | List of providers to search for. | [optional]
|
18
18
|
**sort** | **String** | Sort responses by plan field. | [optional]
|
19
19
|
**zip_code** | **String** | 5-digit zip code - this helps determine pricing. | [optional]
|
20
|
+
**issuer_vericred_ids** | **Array<String>** | Vericred IDs of the issuers to include in search | [optional]
|
20
21
|
|
21
22
|
|
data/docs/Plan.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
+
**carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
|
6
7
|
**identifiers** | [**Array<PlanIdentifier>**](PlanIdentifier.md) | List of identifiers of this Plan | [optional]
|
7
8
|
**name** | **String** | Marketing name of the plan | [optional]
|
8
9
|
**network_size** | **Integer** | Total number of Providers in network | [optional]
|
data/docs/PlanMedicare.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
+
**carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
|
6
7
|
**id** | **String** | Government-issued MedicareAdvantage plan ID | [optional]
|
7
8
|
**identifiers** | [**Array<PlanIdentifier>**](PlanIdentifier.md) | List of identifiers of this Plan | [optional]
|
8
9
|
**name** | **String** | Marketing name of the plan | [optional]
|
data/docs/PlanMedicareBulk.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
+
**carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
|
6
7
|
**formulary_name** | **String** | Name of the Plan's Formulary | [optional]
|
7
8
|
**id** | **String** | Government-issued MedicareAdvantage plan ID | [optional]
|
8
9
|
**identifiers** | [**Array<PlanIdentifier>**](PlanIdentifier.md) | List of identifiers of this Plan | [optional]
|
data/docs/VisionPlan.md
CHANGED
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
**audience** | **String** | The vision plan audience | [optional]
|
7
7
|
**benefits** | [**VisionPlanBenefits**](VisionPlanBenefits.md) | Vision Plan Benefits | [optional]
|
8
8
|
**benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
|
9
|
+
**carrier_disclaimer** | **String** | Most recent Disclaimer issued for this Plan | [optional]
|
9
10
|
**id** | **String** | The vision plan identifier | [optional]
|
10
11
|
**identifiers** | [**Array<AncillaryPlanIdentifier>**](AncillaryPlanIdentifier.md) | List of identifiers of this Plan | [optional]
|
11
12
|
**issuer_name** | **String** | Name of the insurance carrier | [optional]
|
@@ -10,5 +10,6 @@ Name | Type | Description | Notes
|
|
10
10
|
**page** | **Integer** | Selected page of paginated response. | [optional]
|
11
11
|
**per_page** | **Integer** | Results per page of response. | [optional]
|
12
12
|
**zip_code** | **String** | 5-digit zip code - this helps determine pricing. | [optional]
|
13
|
+
**issuer_vericred_ids** | **Array<String>** | Vericred IDs of the issuers to include in search | [optional]
|
13
14
|
|
14
15
|
|
@@ -1029,10 +1029,13 @@ module VericredClient
|
|
1029
1029
|
# Link to a location to purchase the plan.
|
1030
1030
|
attr_accessor :buy_link
|
1031
1031
|
|
1032
|
+
# Most recent Disclaimer issued for this Plan
|
1033
|
+
attr_accessor :carrier_disclaimer
|
1034
|
+
|
1032
1035
|
# Name of the insurance carrier
|
1033
1036
|
attr_accessor :carrier_name
|
1034
1037
|
|
1035
|
-
#
|
1038
|
+
# Child Dental benefits string
|
1036
1039
|
attr_accessor :child_dental
|
1037
1040
|
|
1038
1041
|
# Child eye exam benefits summary
|
@@ -1276,6 +1279,7 @@ module VericredClient
|
|
1276
1279
|
:'ambulance' => :'ambulance',
|
1277
1280
|
:'benefits_summary_url' => :'benefits_summary_url',
|
1278
1281
|
:'buy_link' => :'buy_link',
|
1282
|
+
:'carrier_disclaimer' => :'carrier_disclaimer',
|
1279
1283
|
:'carrier_name' => :'carrier_name',
|
1280
1284
|
:'child_dental' => :'child_dental',
|
1281
1285
|
:'child_eye_exam' => :'child_eye_exam',
|
@@ -1367,8 +1371,9 @@ module VericredClient
|
|
1367
1371
|
:'ambulance' => :'String',
|
1368
1372
|
:'benefits_summary_url' => :'String',
|
1369
1373
|
:'buy_link' => :'String',
|
1374
|
+
:'carrier_disclaimer' => :'String',
|
1370
1375
|
:'carrier_name' => :'String',
|
1371
|
-
:'child_dental' => :'
|
1376
|
+
:'child_dental' => :'String',
|
1372
1377
|
:'child_eye_exam' => :'String',
|
1373
1378
|
:'child_eyewear' => :'String',
|
1374
1379
|
:'chiropractic_services' => :'String',
|
@@ -1481,6 +1486,10 @@ module VericredClient
|
|
1481
1486
|
self.buy_link = attributes[:'buy_link']
|
1482
1487
|
end
|
1483
1488
|
|
1489
|
+
if attributes.has_key?(:'carrier_disclaimer')
|
1490
|
+
self.carrier_disclaimer = attributes[:'carrier_disclaimer']
|
1491
|
+
end
|
1492
|
+
|
1484
1493
|
if attributes.has_key?(:'carrier_name')
|
1485
1494
|
self.carrier_name = attributes[:'carrier_name']
|
1486
1495
|
end
|
@@ -1829,6 +1838,7 @@ module VericredClient
|
|
1829
1838
|
ambulance == o.ambulance &&
|
1830
1839
|
benefits_summary_url == o.benefits_summary_url &&
|
1831
1840
|
buy_link == o.buy_link &&
|
1841
|
+
carrier_disclaimer == o.carrier_disclaimer &&
|
1832
1842
|
carrier_name == o.carrier_name &&
|
1833
1843
|
child_dental == o.child_dental &&
|
1834
1844
|
child_eye_exam == o.child_eye_exam &&
|
@@ -1919,7 +1929,7 @@ module VericredClient
|
|
1919
1929
|
# Calculates hash code according to all attributes.
|
1920
1930
|
# @return [Fixnum] Hash code
|
1921
1931
|
def hash
|
1922
|
-
[actuarial_value, adult_dental, age29_rider, ambulance, benefits_summary_url, buy_link, carrier_name, child_dental, child_eye_exam, child_eyewear, chiropractic_services, coinsurance, customer_service_phone_number, diagnostic_test, display_name, dp_rider, drug_formulary_url, durable_medical_equipment, effective_date, embedded_deductible, emergency_room, expiration_date, family_drug_deductible, family_drug_moop, family_medical_deductible, family_medical_moop, fp_rider, gated, generic_drugs, habilitation_services, hios_issuer_id, home_health_care, hospice_service, hsa_eligible, id, identifiers, imaging, imaging_center, imaging_physician, individual_drug_deductible, individual_drug_moop, individual_medical_deductible, individual_medical_moop, inpatient_birth, inpatient_facility, inpatient_mental_health, inpatient_physician, inpatient_substance, lab_test, level, logo_url, mail_order_rx, name, network_ids, network_size, networks, non_preferred_brand_drugs, nonpreferred_generic_drug_share, nonpreferred_specialty_drug_share, off_market, on_market, out_of_network_coverage, outpatient_ambulatory_care_center, outpatient_facility, outpatient_mental_health, outpatient_physician, outpatient_substance, plan_calendar, plan_market, plan_type, postnatal_care, preferred_brand_drugs, prenatal_care, prenatal_postnatal_care, preventative_care, primary_care_physician, rehabilitation_services, service_area_id, skilled_nursing, skilled_nursing_facility_365, source, specialist, specialty_drugs, type, urgent_care].hash
|
1932
|
+
[actuarial_value, adult_dental, age29_rider, ambulance, benefits_summary_url, buy_link, carrier_disclaimer, carrier_name, child_dental, child_eye_exam, child_eyewear, chiropractic_services, coinsurance, customer_service_phone_number, diagnostic_test, display_name, dp_rider, drug_formulary_url, durable_medical_equipment, effective_date, embedded_deductible, emergency_room, expiration_date, family_drug_deductible, family_drug_moop, family_medical_deductible, family_medical_moop, fp_rider, gated, generic_drugs, habilitation_services, hios_issuer_id, home_health_care, hospice_service, hsa_eligible, id, identifiers, imaging, imaging_center, imaging_physician, individual_drug_deductible, individual_drug_moop, individual_medical_deductible, individual_medical_moop, inpatient_birth, inpatient_facility, inpatient_mental_health, inpatient_physician, inpatient_substance, lab_test, level, logo_url, mail_order_rx, name, network_ids, network_size, networks, non_preferred_brand_drugs, nonpreferred_generic_drug_share, nonpreferred_specialty_drug_share, off_market, on_market, out_of_network_coverage, outpatient_ambulatory_care_center, outpatient_facility, outpatient_mental_health, outpatient_physician, outpatient_substance, plan_calendar, plan_market, plan_type, postnatal_care, preferred_brand_drugs, prenatal_care, prenatal_postnatal_care, preventative_care, primary_care_physician, rehabilitation_services, service_area_id, skilled_nursing, skilled_nursing_facility_365, source, specialist, specialty_drugs, type, urgent_care].hash
|
1923
1933
|
end
|
1924
1934
|
|
1925
1935
|
# Builds the object from hash
|
@@ -1032,10 +1032,13 @@ module VericredClient
|
|
1032
1032
|
# Link to a location to purchase the plan.
|
1033
1033
|
attr_accessor :buy_link
|
1034
1034
|
|
1035
|
+
# Most recent Disclaimer issued for this Plan
|
1036
|
+
attr_accessor :carrier_disclaimer
|
1037
|
+
|
1035
1038
|
# Name of the insurance carrier
|
1036
1039
|
attr_accessor :carrier_name
|
1037
1040
|
|
1038
|
-
#
|
1041
|
+
# Child Dental benefits string
|
1039
1042
|
attr_accessor :child_dental
|
1040
1043
|
|
1041
1044
|
# Child eye exam benefits summary
|
@@ -1298,6 +1301,7 @@ module VericredClient
|
|
1298
1301
|
:'ambulance' => :'ambulance',
|
1299
1302
|
:'benefits_summary_url' => :'benefits_summary_url',
|
1300
1303
|
:'buy_link' => :'buy_link',
|
1304
|
+
:'carrier_disclaimer' => :'carrier_disclaimer',
|
1301
1305
|
:'carrier_name' => :'carrier_name',
|
1302
1306
|
:'child_dental' => :'child_dental',
|
1303
1307
|
:'child_eye_exam' => :'child_eye_exam',
|
@@ -1396,8 +1400,9 @@ module VericredClient
|
|
1396
1400
|
:'ambulance' => :'String',
|
1397
1401
|
:'benefits_summary_url' => :'String',
|
1398
1402
|
:'buy_link' => :'String',
|
1403
|
+
:'carrier_disclaimer' => :'String',
|
1399
1404
|
:'carrier_name' => :'String',
|
1400
|
-
:'child_dental' => :'
|
1405
|
+
:'child_dental' => :'String',
|
1401
1406
|
:'child_eye_exam' => :'String',
|
1402
1407
|
:'child_eyewear' => :'String',
|
1403
1408
|
:'chiropractic_services' => :'String',
|
@@ -1520,6 +1525,10 @@ module VericredClient
|
|
1520
1525
|
self.buy_link = attributes[:'buy_link']
|
1521
1526
|
end
|
1522
1527
|
|
1528
|
+
if attributes.has_key?(:'carrier_disclaimer')
|
1529
|
+
self.carrier_disclaimer = attributes[:'carrier_disclaimer']
|
1530
|
+
end
|
1531
|
+
|
1523
1532
|
if attributes.has_key?(:'carrier_name')
|
1524
1533
|
self.carrier_name = attributes[:'carrier_name']
|
1525
1534
|
end
|
@@ -1895,6 +1904,7 @@ module VericredClient
|
|
1895
1904
|
ambulance == o.ambulance &&
|
1896
1905
|
benefits_summary_url == o.benefits_summary_url &&
|
1897
1906
|
buy_link == o.buy_link &&
|
1907
|
+
carrier_disclaimer == o.carrier_disclaimer &&
|
1898
1908
|
carrier_name == o.carrier_name &&
|
1899
1909
|
child_dental == o.child_dental &&
|
1900
1910
|
child_eye_exam == o.child_eye_exam &&
|
@@ -1991,7 +2001,7 @@ module VericredClient
|
|
1991
2001
|
# Calculates hash code according to all attributes.
|
1992
2002
|
# @return [Fixnum] Hash code
|
1993
2003
|
def hash
|
1994
|
-
[abortion_rider, actuarial_value, adult_dental, age29_rider, ambulance, benefits_summary_url, buy_link, carrier_name, child_dental, child_eye_exam, child_eyewear, chiropractic_services, coinsurance, customer_service_phone_number, diagnostic_test, display_name, dp_rider, drug_formulary_url, durable_medical_equipment, effective_date, embedded_deductible, emergency_room, essential_health_benefits_percentage, expiration_date, family_drug_deductible, family_drug_moop, family_medical_deductible, family_medical_moop, fp_rider, gated, generic_drugs, habilitation_services, hios_issuer_id, home_health_care, hospice_service, hsa_eligible, id, identifiers, imaging, imaging_center, imaging_physician, individual_drug_deductible, individual_drug_moop, individual_medical_deductible, individual_medical_moop, infertility_treatment_rider, inpatient_birth, inpatient_birth_physician, inpatient_facility, inpatient_mental_health, inpatient_physician, inpatient_substance, lab_test, level, logo_url, mail_order_rx, name, network_ids, network_size, networks, non_preferred_brand_drugs, nonpreferred_generic_drug_share, nonpreferred_specialty_drug_share, off_market, on_market, out_of_network_coverage, outpatient_ambulatory_care_center, outpatient_facility, outpatient_mental_health, outpatient_physician, outpatient_substance, plan_ancestors, plan_calendar, plan_coinsurance, plan_market, plan_type, postnatal_care, preferred_brand_drugs, prenatal_care, prenatal_postnatal_care, preventative_care, primary_care_physician, rehabilitation_services, service_area_id, skilled_nursing, skilled_nursing_facility_365, source, specialist, specialty_drugs, telemedicine, type, urgent_care].hash
|
2004
|
+
[abortion_rider, actuarial_value, adult_dental, age29_rider, ambulance, benefits_summary_url, buy_link, carrier_disclaimer, carrier_name, child_dental, child_eye_exam, child_eyewear, chiropractic_services, coinsurance, customer_service_phone_number, diagnostic_test, display_name, dp_rider, drug_formulary_url, durable_medical_equipment, effective_date, embedded_deductible, emergency_room, essential_health_benefits_percentage, expiration_date, family_drug_deductible, family_drug_moop, family_medical_deductible, family_medical_moop, fp_rider, gated, generic_drugs, habilitation_services, hios_issuer_id, home_health_care, hospice_service, hsa_eligible, id, identifiers, imaging, imaging_center, imaging_physician, individual_drug_deductible, individual_drug_moop, individual_medical_deductible, individual_medical_moop, infertility_treatment_rider, inpatient_birth, inpatient_birth_physician, inpatient_facility, inpatient_mental_health, inpatient_physician, inpatient_substance, lab_test, level, logo_url, mail_order_rx, name, network_ids, network_size, networks, non_preferred_brand_drugs, nonpreferred_generic_drug_share, nonpreferred_specialty_drug_share, off_market, on_market, out_of_network_coverage, outpatient_ambulatory_care_center, outpatient_facility, outpatient_mental_health, outpatient_physician, outpatient_substance, plan_ancestors, plan_calendar, plan_coinsurance, plan_market, plan_type, postnatal_care, preferred_brand_drugs, prenatal_care, prenatal_postnatal_care, preventative_care, primary_care_physician, rehabilitation_services, service_area_id, skilled_nursing, skilled_nursing_facility_365, source, specialist, specialty_drugs, telemedicine, type, urgent_care].hash
|
1995
2005
|
end
|
1996
2006
|
|
1997
2007
|
# Builds the object from hash
|
@@ -1032,10 +1032,13 @@ module VericredClient
|
|
1032
1032
|
# Link to a location to purchase the plan.
|
1033
1033
|
attr_accessor :buy_link
|
1034
1034
|
|
1035
|
+
# Most recent Disclaimer issued for this Plan
|
1036
|
+
attr_accessor :carrier_disclaimer
|
1037
|
+
|
1035
1038
|
# Name of the insurance carrier
|
1036
1039
|
attr_accessor :carrier_name
|
1037
1040
|
|
1038
|
-
#
|
1041
|
+
# Child Dental benefits string
|
1039
1042
|
attr_accessor :child_dental
|
1040
1043
|
|
1041
1044
|
# Child eye exam benefits summary
|
@@ -1313,6 +1316,7 @@ module VericredClient
|
|
1313
1316
|
:'ambulance' => :'ambulance',
|
1314
1317
|
:'benefits_summary_url' => :'benefits_summary_url',
|
1315
1318
|
:'buy_link' => :'buy_link',
|
1319
|
+
:'carrier_disclaimer' => :'carrier_disclaimer',
|
1316
1320
|
:'carrier_name' => :'carrier_name',
|
1317
1321
|
:'child_dental' => :'child_dental',
|
1318
1322
|
:'child_eye_exam' => :'child_eye_exam',
|
@@ -1416,8 +1420,9 @@ module VericredClient
|
|
1416
1420
|
:'ambulance' => :'String',
|
1417
1421
|
:'benefits_summary_url' => :'String',
|
1418
1422
|
:'buy_link' => :'String',
|
1423
|
+
:'carrier_disclaimer' => :'String',
|
1419
1424
|
:'carrier_name' => :'String',
|
1420
|
-
:'child_dental' => :'
|
1425
|
+
:'child_dental' => :'String',
|
1421
1426
|
:'child_eye_exam' => :'String',
|
1422
1427
|
:'child_eyewear' => :'String',
|
1423
1428
|
:'chiropractic_services' => :'String',
|
@@ -1545,6 +1550,10 @@ module VericredClient
|
|
1545
1550
|
self.buy_link = attributes[:'buy_link']
|
1546
1551
|
end
|
1547
1552
|
|
1553
|
+
if attributes.has_key?(:'carrier_disclaimer')
|
1554
|
+
self.carrier_disclaimer = attributes[:'carrier_disclaimer']
|
1555
|
+
end
|
1556
|
+
|
1548
1557
|
if attributes.has_key?(:'carrier_name')
|
1549
1558
|
self.carrier_name = attributes[:'carrier_name']
|
1550
1559
|
end
|
@@ -1944,6 +1953,7 @@ module VericredClient
|
|
1944
1953
|
ambulance == o.ambulance &&
|
1945
1954
|
benefits_summary_url == o.benefits_summary_url &&
|
1946
1955
|
buy_link == o.buy_link &&
|
1956
|
+
carrier_disclaimer == o.carrier_disclaimer &&
|
1947
1957
|
carrier_name == o.carrier_name &&
|
1948
1958
|
child_dental == o.child_dental &&
|
1949
1959
|
child_eye_exam == o.child_eye_exam &&
|
@@ -2045,7 +2055,7 @@ module VericredClient
|
|
2045
2055
|
# Calculates hash code according to all attributes.
|
2046
2056
|
# @return [Fixnum] Hash code
|
2047
2057
|
def hash
|
2048
|
-
[abortion_rider, actuarial_value, adult_dental, age29_rider, ambulance, benefits_summary_url, buy_link, carrier_name, child_dental, child_eye_exam, child_eyewear, chiropractic_services, coinsurance, customer_service_phone_number, diagnostic_test, display_name, dp_rider, drug_formulary_url, durable_medical_equipment, effective_date, embedded_deductible, emergency_room, essential_health_benefits_percentage, expiration_date, family_drug_deductible, family_drug_moop, family_medical_deductible, family_medical_moop, fp_rider, gated, generic_drugs, habilitation_services, hios_issuer_id, home_health_care, hospice_service, hsa_eligible, id, identifiers, imaging, imaging_center, imaging_physician, in_network_ids, individual_drug_deductible, individual_drug_moop, individual_medical_deductible, individual_medical_moop, infertility_treatment_rider, inpatient_birth, inpatient_birth_physician, inpatient_facility, inpatient_mental_health, inpatient_physician, inpatient_substance, lab_test, level, logo_url, mail_order_rx, name, network_ids, network_size, networks, non_preferred_brand_drugs, nonpreferred_generic_drug_share, nonpreferred_specialty_drug_share, off_market, on_market, out_of_network_coverage, out_of_network_ids, outpatient_ambulatory_care_center, outpatient_facility, outpatient_mental_health, outpatient_physician, outpatient_substance, plan_ancestors, plan_calendar, plan_coinsurance, plan_market, plan_type, postnatal_care, preferred_brand_drugs, premium, premium_source, premium_subsidized, prenatal_care, prenatal_postnatal_care, preventative_care, primary_care_physician, rehabilitation_services, service_area_id, skilled_nursing, skilled_nursing_facility_365, source, specialist, specialty_drugs, telemedicine, type, urgent_care].hash
|
2058
|
+
[abortion_rider, actuarial_value, adult_dental, age29_rider, ambulance, benefits_summary_url, buy_link, carrier_disclaimer, carrier_name, child_dental, child_eye_exam, child_eyewear, chiropractic_services, coinsurance, customer_service_phone_number, diagnostic_test, display_name, dp_rider, drug_formulary_url, durable_medical_equipment, effective_date, embedded_deductible, emergency_room, essential_health_benefits_percentage, expiration_date, family_drug_deductible, family_drug_moop, family_medical_deductible, family_medical_moop, fp_rider, gated, generic_drugs, habilitation_services, hios_issuer_id, home_health_care, hospice_service, hsa_eligible, id, identifiers, imaging, imaging_center, imaging_physician, in_network_ids, individual_drug_deductible, individual_drug_moop, individual_medical_deductible, individual_medical_moop, infertility_treatment_rider, inpatient_birth, inpatient_birth_physician, inpatient_facility, inpatient_mental_health, inpatient_physician, inpatient_substance, lab_test, level, logo_url, mail_order_rx, name, network_ids, network_size, networks, non_preferred_brand_drugs, nonpreferred_generic_drug_share, nonpreferred_specialty_drug_share, off_market, on_market, out_of_network_coverage, out_of_network_ids, outpatient_ambulatory_care_center, outpatient_facility, outpatient_mental_health, outpatient_physician, outpatient_substance, plan_ancestors, plan_calendar, plan_coinsurance, plan_market, plan_type, postnatal_care, preferred_brand_drugs, premium, premium_source, premium_subsidized, prenatal_care, prenatal_postnatal_care, preventative_care, primary_care_physician, rehabilitation_services, service_area_id, skilled_nursing, skilled_nursing_facility_365, source, specialist, specialty_drugs, telemedicine, type, urgent_care].hash
|
2049
2059
|
end
|
2050
2060
|
|
2051
2061
|
# Builds the object from hash
|
@@ -1032,10 +1032,13 @@ module VericredClient
|
|
1032
1032
|
# Link to a location to purchase the plan.
|
1033
1033
|
attr_accessor :buy_link
|
1034
1034
|
|
1035
|
+
# Most recent Disclaimer issued for this Plan
|
1036
|
+
attr_accessor :carrier_disclaimer
|
1037
|
+
|
1035
1038
|
# Name of the insurance carrier
|
1036
1039
|
attr_accessor :carrier_name
|
1037
1040
|
|
1038
|
-
#
|
1041
|
+
# Child Dental benefits string
|
1039
1042
|
attr_accessor :child_dental
|
1040
1043
|
|
1041
1044
|
# Child eye exam benefits summary
|
@@ -1322,6 +1325,7 @@ module VericredClient
|
|
1322
1325
|
:'ambulance' => :'ambulance',
|
1323
1326
|
:'benefits_summary_url' => :'benefits_summary_url',
|
1324
1327
|
:'buy_link' => :'buy_link',
|
1328
|
+
:'carrier_disclaimer' => :'carrier_disclaimer',
|
1325
1329
|
:'carrier_name' => :'carrier_name',
|
1326
1330
|
:'child_dental' => :'child_dental',
|
1327
1331
|
:'child_eye_exam' => :'child_eye_exam',
|
@@ -1428,8 +1432,9 @@ module VericredClient
|
|
1428
1432
|
:'ambulance' => :'String',
|
1429
1433
|
:'benefits_summary_url' => :'String',
|
1430
1434
|
:'buy_link' => :'String',
|
1435
|
+
:'carrier_disclaimer' => :'String',
|
1431
1436
|
:'carrier_name' => :'String',
|
1432
|
-
:'child_dental' => :'
|
1437
|
+
:'child_dental' => :'String',
|
1433
1438
|
:'child_eye_exam' => :'String',
|
1434
1439
|
:'child_eyewear' => :'String',
|
1435
1440
|
:'chiropractic_services' => :'String',
|
@@ -1560,6 +1565,10 @@ module VericredClient
|
|
1560
1565
|
self.buy_link = attributes[:'buy_link']
|
1561
1566
|
end
|
1562
1567
|
|
1568
|
+
if attributes.has_key?(:'carrier_disclaimer')
|
1569
|
+
self.carrier_disclaimer = attributes[:'carrier_disclaimer']
|
1570
|
+
end
|
1571
|
+
|
1563
1572
|
if attributes.has_key?(:'carrier_name')
|
1564
1573
|
self.carrier_name = attributes[:'carrier_name']
|
1565
1574
|
end
|
@@ -1971,6 +1980,7 @@ module VericredClient
|
|
1971
1980
|
ambulance == o.ambulance &&
|
1972
1981
|
benefits_summary_url == o.benefits_summary_url &&
|
1973
1982
|
buy_link == o.buy_link &&
|
1983
|
+
carrier_disclaimer == o.carrier_disclaimer &&
|
1974
1984
|
carrier_name == o.carrier_name &&
|
1975
1985
|
child_dental == o.child_dental &&
|
1976
1986
|
child_eye_exam == o.child_eye_exam &&
|
@@ -2075,7 +2085,7 @@ module VericredClient
|
|
2075
2085
|
# Calculates hash code according to all attributes.
|
2076
2086
|
# @return [Fixnum] Hash code
|
2077
2087
|
def hash
|
2078
|
-
[abortion_rider, actuarial_value, adult_dental, age29_rider, ambulance, benefits_summary_url, buy_link, carrier_name, child_dental, child_eye_exam, child_eyewear, chiropractic_services, coinsurance, customer_service_phone_number, dependent_premium, diagnostic_test, display_name, dp_rider, drug_formulary_url, durable_medical_equipment, effective_date, embedded_deductible, emergency_room, employee_premium, essential_health_benefits_percentage, expiration_date, family_drug_deductible, family_drug_moop, family_medical_deductible, family_medical_moop, fp_rider, gated, generic_drugs, habilitation_services, hios_issuer_id, home_health_care, hospice_service, hsa_eligible, id, identifiers, imaging, imaging_center, imaging_physician, in_network_ids, individual_drug_deductible, individual_drug_moop, individual_medical_deductible, individual_medical_moop, infertility_treatment_rider, inpatient_birth, inpatient_birth_physician, inpatient_facility, inpatient_mental_health, inpatient_physician, inpatient_substance, lab_test, level, logo_url, mail_order_rx, match_percentage, name, network_ids, networks, non_preferred_brand_drugs, nonpreferred_generic_drug_share, nonpreferred_specialty_drug_share, off_market, on_market, out_of_network_coverage, out_of_network_ids, outpatient_ambulatory_care_center, outpatient_facility, outpatient_mental_health, outpatient_physician, outpatient_substance, perfect_match_percentage, plan_ancestors, plan_calendar, plan_coinsurance, plan_market, plan_type, postnatal_care, preferred_brand_drugs, premium, premium_source, premium_subsidized, prenatal_care, prenatal_postnatal_care, preventative_care, primary_care_physician, rehabilitation_services, service_area_id, skilled_nursing, skilled_nursing_facility_365, source, specialist, specialty_drugs, telemedicine, type, urgent_care].hash
|
2088
|
+
[abortion_rider, actuarial_value, adult_dental, age29_rider, ambulance, benefits_summary_url, buy_link, carrier_disclaimer, carrier_name, child_dental, child_eye_exam, child_eyewear, chiropractic_services, coinsurance, customer_service_phone_number, dependent_premium, diagnostic_test, display_name, dp_rider, drug_formulary_url, durable_medical_equipment, effective_date, embedded_deductible, emergency_room, employee_premium, essential_health_benefits_percentage, expiration_date, family_drug_deductible, family_drug_moop, family_medical_deductible, family_medical_moop, fp_rider, gated, generic_drugs, habilitation_services, hios_issuer_id, home_health_care, hospice_service, hsa_eligible, id, identifiers, imaging, imaging_center, imaging_physician, in_network_ids, individual_drug_deductible, individual_drug_moop, individual_medical_deductible, individual_medical_moop, infertility_treatment_rider, inpatient_birth, inpatient_birth_physician, inpatient_facility, inpatient_mental_health, inpatient_physician, inpatient_substance, lab_test, level, logo_url, mail_order_rx, match_percentage, name, network_ids, networks, non_preferred_brand_drugs, nonpreferred_generic_drug_share, nonpreferred_specialty_drug_share, off_market, on_market, out_of_network_coverage, out_of_network_ids, outpatient_ambulatory_care_center, outpatient_facility, outpatient_mental_health, outpatient_physician, outpatient_substance, perfect_match_percentage, plan_ancestors, plan_calendar, plan_coinsurance, plan_market, plan_type, postnatal_care, preferred_brand_drugs, premium, premium_source, premium_subsidized, prenatal_care, prenatal_postnatal_care, preventative_care, primary_care_physician, rehabilitation_services, service_area_id, skilled_nursing, skilled_nursing_facility_365, source, specialist, specialty_drugs, telemedicine, type, urgent_care].hash
|
2079
2089
|
end
|
2080
2090
|
|
2081
2091
|
# Builds the object from hash
|