vericred_client 0.0.37 → 0.0.38
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +14 -4
- data/docs/ACAPlan.md +1 -2
- data/docs/ACAPlan2018.md +0 -1
- data/docs/ACAPlan2018Bulk.md +100 -0
- data/docs/ACAPlan2018Search.md +1 -1
- data/docs/ACAPlan2018SearchResult.md +1 -1
- data/docs/ACAPlanPre2018.md +1 -2
- data/docs/ACAPlanPre2018Bulk.md +93 -0
- data/docs/ACAPlanSearch.md +0 -1
- data/docs/AdultChildTierComposite.md +10 -0
- data/docs/CarrierSubsidiaryDisclaimer.md +13 -0
- data/docs/CarrierSubsidiaryDisclaimersApi.md +119 -0
- data/docs/DentalPlan.md +0 -1
- data/docs/DentalPlanBulk.md +21 -0
- data/docs/FourTierComposite.md +1 -1
- data/docs/MedicalPlanBenefits.md +0 -1
- data/docs/MedicalPlanUpdate.md +1 -0
- data/docs/MemberAdultChildTierComposite.md +10 -0
- data/docs/MemberPremiums.md +1 -0
- data/docs/Plan.md +0 -1
- data/docs/PlanMedicare.md +0 -1
- data/docs/PlanMedicareBulk.md +0 -1
- data/docs/Premiums.md +1 -0
- data/docs/VisionPlan.md +0 -1
- data/docs/VisionPlanBulk.md +21 -0
- data/docs/VisionPlanSearch.md +21 -0
- data/docs/VisionPlanSearchResponse.md +1 -1
- data/lib/vericred_client/api/carrier_subsidiary_disclaimers_api.rb +1135 -0
- data/lib/vericred_client/models/aca_plan.rb +3 -13
- data/lib/vericred_client/models/aca_plan2018.rb +1 -11
- data/lib/vericred_client/models/aca_plan2018_bulk.rb +2113 -0
- data/lib/vericred_client/models/aca_plan2018_search.rb +2 -2
- data/lib/vericred_client/models/aca_plan2018_search_result.rb +2 -2
- data/lib/vericred_client/models/aca_plan_pre2018.rb +3 -13
- data/lib/vericred_client/models/aca_plan_pre2018_bulk.rb +2041 -0
- data/lib/vericred_client/models/aca_plan_search.rb +1 -11
- data/lib/vericred_client/models/adult_child_tier_composite.rb +1205 -0
- data/lib/vericred_client/models/carrier_subsidiary_disclaimer.rb +1235 -0
- data/lib/vericred_client/models/dental_plan.rb +1 -11
- data/lib/vericred_client/models/dental_plan_bulk.rb +1319 -0
- data/lib/vericred_client/models/four_tier_composite.rb +8 -8
- data/lib/vericred_client/models/medical_plan_benefits.rb +1 -11
- data/lib/vericred_client/models/medical_plan_update.rb +11 -1
- data/lib/vericred_client/models/member_adult_child_tier_composite.rb +1205 -0
- data/lib/vericred_client/models/member_premiums.rb +11 -1
- data/lib/vericred_client/models/plan.rb +1 -11
- data/lib/vericred_client/models/plan_medicare.rb +1 -11
- data/lib/vericred_client/models/plan_medicare_bulk.rb +1 -11
- data/lib/vericred_client/models/premiums.rb +11 -1
- data/lib/vericred_client/models/vision_plan.rb +1 -11
- data/lib/vericred_client/models/vision_plan_bulk.rb +1317 -0
- data/lib/vericred_client/models/vision_plan_search.rb +1317 -0
- data/lib/vericred_client/models/vision_plan_search_response.rb +1 -1
- data/lib/vericred_client/version.rb +1 -1
- data/lib/vericred_client.rb +9 -0
- data/spec/api/carrier_subsidiary_disclaimers_api_spec.rb +1056 -0
- data/spec/models/aca_plan2018_bulk_spec.rb +1590 -0
- data/spec/models/aca_plan2018_spec.rb +0 -6
- data/spec/models/aca_plan_pre2018_bulk_spec.rb +1548 -0
- data/spec/models/aca_plan_pre2018_spec.rb +0 -6
- data/spec/models/aca_plan_search_spec.rb +0 -6
- data/spec/models/aca_plan_spec.rb +0 -6
- data/spec/models/adult_child_tier_composite_spec.rb +1050 -0
- data/spec/models/carrier_subsidiary_disclaimer_spec.rb +1068 -0
- data/spec/models/dental_plan_bulk_spec.rb +1116 -0
- data/spec/models/dental_plan_spec.rb +0 -6
- data/spec/models/four_tier_composite_spec.rb +1 -1
- data/spec/models/medical_plan_benefits_spec.rb +0 -6
- data/spec/models/medical_plan_update_spec.rb +6 -0
- data/spec/models/member_adult_child_tier_composite_spec.rb +1050 -0
- data/spec/models/member_premiums_spec.rb +6 -0
- data/spec/models/plan_medicare_bulk_spec.rb +0 -6
- data/spec/models/plan_medicare_spec.rb +0 -6
- data/spec/models/plan_spec.rb +0 -6
- data/spec/models/premiums_spec.rb +6 -0
- data/spec/models/vision_plan_bulk_spec.rb +1116 -0
- data/spec/models/vision_plan_search_spec.rb +1116 -0
- data/spec/models/vision_plan_spec.rb +0 -6
- metadata +38 -2
@@ -1014,8 +1014,8 @@ module VericredClient
|
|
1014
1014
|
# The employee-only per person premium
|
1015
1015
|
attr_accessor :employee_only
|
1016
1016
|
|
1017
|
-
# The employee-plus-
|
1018
|
-
attr_accessor :
|
1017
|
+
# The employee-plus-children per person premium
|
1018
|
+
attr_accessor :employee_plus_children
|
1019
1019
|
|
1020
1020
|
# The employee-plus-family per person premium
|
1021
1021
|
attr_accessor :employee_plus_family
|
@@ -1031,7 +1031,7 @@ module VericredClient
|
|
1031
1031
|
def self.attribute_map
|
1032
1032
|
{
|
1033
1033
|
:'employee_only' => :'employee_only',
|
1034
|
-
:'
|
1034
|
+
:'employee_plus_children' => :'employee_plus_children',
|
1035
1035
|
:'employee_plus_family' => :'employee_plus_family',
|
1036
1036
|
:'employee_plus_spouse' => :'employee_plus_spouse',
|
1037
1037
|
:'total' => :'total'
|
@@ -1042,7 +1042,7 @@ module VericredClient
|
|
1042
1042
|
def self.swagger_types
|
1043
1043
|
{
|
1044
1044
|
:'employee_only' => :'String',
|
1045
|
-
:'
|
1045
|
+
:'employee_plus_children' => :'String',
|
1046
1046
|
:'employee_plus_family' => :'String',
|
1047
1047
|
:'employee_plus_spouse' => :'String',
|
1048
1048
|
:'total' => :'String'
|
@@ -1061,8 +1061,8 @@ module VericredClient
|
|
1061
1061
|
self.employee_only = attributes[:'employee_only']
|
1062
1062
|
end
|
1063
1063
|
|
1064
|
-
if attributes.has_key?(:'
|
1065
|
-
self.
|
1064
|
+
if attributes.has_key?(:'employee_plus_children')
|
1065
|
+
self.employee_plus_children = attributes[:'employee_plus_children']
|
1066
1066
|
end
|
1067
1067
|
|
1068
1068
|
if attributes.has_key?(:'employee_plus_family')
|
@@ -1098,7 +1098,7 @@ module VericredClient
|
|
1098
1098
|
return true if self.equal?(o)
|
1099
1099
|
self.class == o.class &&
|
1100
1100
|
employee_only == o.employee_only &&
|
1101
|
-
|
1101
|
+
employee_plus_children == o.employee_plus_children &&
|
1102
1102
|
employee_plus_family == o.employee_plus_family &&
|
1103
1103
|
employee_plus_spouse == o.employee_plus_spouse &&
|
1104
1104
|
total == o.total
|
@@ -1113,7 +1113,7 @@ module VericredClient
|
|
1113
1113
|
# Calculates hash code according to all attributes.
|
1114
1114
|
# @return [Fixnum] Hash code
|
1115
1115
|
def hash
|
1116
|
-
[employee_only,
|
1116
|
+
[employee_only, employee_plus_children, employee_plus_family, employee_plus_spouse, total].hash
|
1117
1117
|
end
|
1118
1118
|
|
1119
1119
|
# Builds the object from hash
|
@@ -1011,9 +1011,6 @@ require 'date'
|
|
1011
1011
|
module VericredClient
|
1012
1012
|
|
1013
1013
|
class MedicalPlanBenefits
|
1014
|
-
# Adult Dental benefits string
|
1015
|
-
attr_accessor :adult_dental
|
1016
|
-
|
1017
1014
|
# Ambulance benefits string
|
1018
1015
|
attr_accessor :ambulance
|
1019
1016
|
|
@@ -1162,7 +1159,6 @@ module VericredClient
|
|
1162
1159
|
# Attribute mapping from ruby-style variable name to JSON key.
|
1163
1160
|
def self.attribute_map
|
1164
1161
|
{
|
1165
|
-
:'adult_dental' => :'adult_dental',
|
1166
1162
|
:'ambulance' => :'ambulance',
|
1167
1163
|
:'child_dental' => :'child_dental',
|
1168
1164
|
:'child_eye_exam' => :'child_eye_exam',
|
@@ -1217,7 +1213,6 @@ module VericredClient
|
|
1217
1213
|
# Attribute type mapping.
|
1218
1214
|
def self.swagger_types
|
1219
1215
|
{
|
1220
|
-
:'adult_dental' => :'String',
|
1221
1216
|
:'ambulance' => :'String',
|
1222
1217
|
:'child_dental' => :'String',
|
1223
1218
|
:'child_eye_exam' => :'String',
|
@@ -1277,10 +1272,6 @@ module VericredClient
|
|
1277
1272
|
# convert string to symbol for hash key
|
1278
1273
|
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
1279
1274
|
|
1280
|
-
if attributes.has_key?(:'adult_dental')
|
1281
|
-
self.adult_dental = attributes[:'adult_dental']
|
1282
|
-
end
|
1283
|
-
|
1284
1275
|
if attributes.has_key?(:'ambulance')
|
1285
1276
|
self.ambulance = attributes[:'ambulance']
|
1286
1277
|
end
|
@@ -1493,7 +1484,6 @@ module VericredClient
|
|
1493
1484
|
def ==(o)
|
1494
1485
|
return true if self.equal?(o)
|
1495
1486
|
self.class == o.class &&
|
1496
|
-
adult_dental == o.adult_dental &&
|
1497
1487
|
ambulance == o.ambulance &&
|
1498
1488
|
child_dental == o.child_dental &&
|
1499
1489
|
child_eye_exam == o.child_eye_exam &&
|
@@ -1553,7 +1543,7 @@ module VericredClient
|
|
1553
1543
|
# Calculates hash code according to all attributes.
|
1554
1544
|
# @return [Fixnum] Hash code
|
1555
1545
|
def hash
|
1556
|
-
[
|
1546
|
+
[ambulance, child_dental, child_eye_exam, child_eyewear, chiropractic_services, diagnostic_test, durable_medical_equipment, emergency_room, family_drug_deductible, family_drug_moop, family_medical_deductible, family_medical_moop, generic_drugs, habilitation_services, home_health_care, hospice_service, imaging_center, imaging_physician, individual_drug_deductible, individual_drug_moop, individual_medical_deductible, individual_medical_moop, inpatient_birth, inpatient_birth_physician, inpatient_facility, inpatient_mental_health, inpatient_physician, inpatient_substance, lab_test, non_preferred_brand_drugs, nonpreferred_generic_drug_share, nonpreferred_specialty_drug_share, outpatient_ambulatory_care_center, outpatient_facility, outpatient_mental_health, outpatient_physician, outpatient_substance, plan_coinsurance, postnatal_care, preferred_brand_drugs, prenatal_care, preventative_care, primary_care_physician, rehabilitation_services, skilled_nursing, specialist, specialty_drugs, urgent_care].hash
|
1557
1547
|
end
|
1558
1548
|
|
1559
1549
|
# Builds the object from hash
|
@@ -1020,6 +1020,9 @@ module VericredClient
|
|
1020
1020
|
# Percentage of total average costs for covered benefits that a plan will cover.
|
1021
1021
|
attr_accessor :actuarial_value
|
1022
1022
|
|
1023
|
+
# Adult dental string boolean
|
1024
|
+
attr_accessor :adult_dental
|
1025
|
+
|
1023
1026
|
# True if the plan allows dependents up to age 29
|
1024
1027
|
attr_accessor :age29_rider
|
1025
1028
|
|
@@ -1141,6 +1144,7 @@ module VericredClient
|
|
1141
1144
|
:'abortion_rider' => :'abortion_rider',
|
1142
1145
|
:'actively_marketed' => :'actively_marketed',
|
1143
1146
|
:'actuarial_value' => :'actuarial_value',
|
1147
|
+
:'adult_dental' => :'adult_dental',
|
1144
1148
|
:'age29_rider' => :'age29_rider',
|
1145
1149
|
:'audience' => :'audience',
|
1146
1150
|
:'benefits' => :'benefits',
|
@@ -1188,6 +1192,7 @@ module VericredClient
|
|
1188
1192
|
:'abortion_rider' => :'BOOLEAN',
|
1189
1193
|
:'actively_marketed' => :'String',
|
1190
1194
|
:'actuarial_value' => :'Float',
|
1195
|
+
:'adult_dental' => :'BOOLEAN',
|
1191
1196
|
:'age29_rider' => :'BOOLEAN',
|
1192
1197
|
:'audience' => :'String',
|
1193
1198
|
:'benefits' => :'MedicalPlanBenefits',
|
@@ -1249,6 +1254,10 @@ module VericredClient
|
|
1249
1254
|
self.actuarial_value = attributes[:'actuarial_value']
|
1250
1255
|
end
|
1251
1256
|
|
1257
|
+
if attributes.has_key?(:'adult_dental')
|
1258
|
+
self.adult_dental = attributes[:'adult_dental']
|
1259
|
+
end
|
1260
|
+
|
1252
1261
|
if attributes.has_key?(:'age29_rider')
|
1253
1262
|
self.age29_rider = attributes[:'age29_rider']
|
1254
1263
|
end
|
@@ -1428,6 +1437,7 @@ module VericredClient
|
|
1428
1437
|
abortion_rider == o.abortion_rider &&
|
1429
1438
|
actively_marketed == o.actively_marketed &&
|
1430
1439
|
actuarial_value == o.actuarial_value &&
|
1440
|
+
adult_dental == o.adult_dental &&
|
1431
1441
|
age29_rider == o.age29_rider &&
|
1432
1442
|
audience == o.audience &&
|
1433
1443
|
benefits == o.benefits &&
|
@@ -1477,7 +1487,7 @@ module VericredClient
|
|
1477
1487
|
# Calculates hash code according to all attributes.
|
1478
1488
|
# @return [Fixnum] Hash code
|
1479
1489
|
def hash
|
1480
|
-
[abortion_rider, actively_marketed, actuarial_value, age29_rider, audience, benefits, benefits_summary_url, buy_link, chiropractic_services_bool, coinsurance, covered_ages, display_name, dp_rider, drug_formulary_url, embedded_deductible, essential_health_benefits_percentage, external_id, external_ids, fp_rider, gated, hsa_eligible, infertility_rider, issuer_vericred_id, key_benefits_complete, level, mail_order_rx, market, name, plan_ancestors, plan_calendar, plan_market, plan_type, private_exchange, privileged_data, sbc_name, service_area_external_key, skilled_nursing_facility_365, source, state_code, telemedicine, year].hash
|
1490
|
+
[abortion_rider, actively_marketed, actuarial_value, adult_dental, age29_rider, audience, benefits, benefits_summary_url, buy_link, chiropractic_services_bool, coinsurance, covered_ages, display_name, dp_rider, drug_formulary_url, embedded_deductible, essential_health_benefits_percentage, external_id, external_ids, fp_rider, gated, hsa_eligible, infertility_rider, issuer_vericred_id, key_benefits_complete, level, mail_order_rx, market, name, plan_ancestors, plan_calendar, plan_market, plan_type, private_exchange, privileged_data, sbc_name, service_area_external_key, skilled_nursing_facility_365, source, state_code, telemedicine, year].hash
|
1481
1491
|
end
|
1482
1492
|
|
1483
1493
|
# Builds the object from hash
|