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
@@ -1028,6 +1028,12 @@ describe 'PlanMedicare' do
|
|
1028
1028
|
expect(@instance).to be_instance_of(VericredClient::PlanMedicare)
|
1029
1029
|
end
|
1030
1030
|
end
|
1031
|
+
describe 'test attribute "carrier_disclaimer"' do
|
1032
|
+
it 'should work' do
|
1033
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
1034
|
+
end
|
1035
|
+
end
|
1036
|
+
|
1031
1037
|
describe 'test attribute "id"' do
|
1032
1038
|
it 'should work' do
|
1033
1039
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
data/spec/models/plan_spec.rb
CHANGED
@@ -1028,6 +1028,12 @@ describe 'Plan' do
|
|
1028
1028
|
expect(@instance).to be_instance_of(VericredClient::Plan)
|
1029
1029
|
end
|
1030
1030
|
end
|
1031
|
+
describe 'test attribute "carrier_disclaimer"' do
|
1032
|
+
it 'should work' do
|
1033
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
1034
|
+
end
|
1035
|
+
end
|
1036
|
+
|
1031
1037
|
describe 'test attribute "identifiers"' do
|
1032
1038
|
it 'should work' do
|
1033
1039
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -1070,5 +1070,11 @@ describe 'VisionPlanSearchRequest' do
|
|
1070
1070
|
end
|
1071
1071
|
end
|
1072
1072
|
|
1073
|
+
describe 'test attribute "issuer_vericred_ids"' do
|
1074
|
+
it 'should work' do
|
1075
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
1076
|
+
end
|
1077
|
+
end
|
1078
|
+
|
1073
1079
|
end
|
1074
1080
|
|
@@ -1046,6 +1046,12 @@ describe 'VisionPlan' do
|
|
1046
1046
|
end
|
1047
1047
|
end
|
1048
1048
|
|
1049
|
+
describe 'test attribute "carrier_disclaimer"' do
|
1050
|
+
it 'should work' do
|
1051
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
1052
|
+
end
|
1053
|
+
end
|
1054
|
+
|
1049
1055
|
describe 'test attribute "id"' do
|
1050
1056
|
it 'should work' do
|
1051
1057
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vericred_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.37
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vericred Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-08-
|
11
|
+
date: 2019-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httpclient
|