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.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ACAPlan.md +2 -1
  4. data/docs/ACAPlan2018.md +2 -1
  5. data/docs/ACAPlan2018Search.md +2 -1
  6. data/docs/ACAPlan2018SearchResult.md +2 -1
  7. data/docs/ACAPlanPre2018.md +2 -1
  8. data/docs/ACAPlanPre2018Search.md +2 -1
  9. data/docs/ACAPlanPre2018SearchResult.md +1 -0
  10. data/docs/ACAPlanSearch.md +2 -1
  11. data/docs/DentalPlan.md +1 -0
  12. data/docs/DentalPlanSearch.md +1 -0
  13. data/docs/DentalPlanSearchRequest.md +1 -0
  14. data/docs/MedicalPlanSearchRequest.md +1 -0
  15. data/docs/Plan.md +1 -0
  16. data/docs/PlanMedicare.md +1 -0
  17. data/docs/PlanMedicareBulk.md +1 -0
  18. data/docs/VisionPlan.md +1 -0
  19. data/docs/VisionPlanSearchRequest.md +1 -0
  20. data/lib/vericred_client/models/aca_plan.rb +13 -3
  21. data/lib/vericred_client/models/aca_plan2018.rb +13 -3
  22. data/lib/vericred_client/models/aca_plan2018_search.rb +13 -3
  23. data/lib/vericred_client/models/aca_plan2018_search_result.rb +13 -3
  24. data/lib/vericred_client/models/aca_plan_pre2018.rb +13 -3
  25. data/lib/vericred_client/models/aca_plan_pre2018_search.rb +13 -3
  26. data/lib/vericred_client/models/aca_plan_pre2018_search_result.rb +11 -1
  27. data/lib/vericred_client/models/aca_plan_search.rb +13 -3
  28. data/lib/vericred_client/models/dental_plan.rb +11 -1
  29. data/lib/vericred_client/models/dental_plan_search.rb +11 -1
  30. data/lib/vericred_client/models/dental_plan_search_request.rb +16 -4
  31. data/lib/vericred_client/models/medical_plan_search_request.rb +16 -4
  32. data/lib/vericred_client/models/plan.rb +11 -1
  33. data/lib/vericred_client/models/plan_medicare.rb +11 -1
  34. data/lib/vericred_client/models/plan_medicare_bulk.rb +11 -1
  35. data/lib/vericred_client/models/vision_plan.rb +11 -1
  36. data/lib/vericred_client/models/vision_plan_search_request.rb +16 -4
  37. data/lib/vericred_client/version.rb +1 -1
  38. data/spec/models/aca_plan2018_search_result_spec.rb +6 -0
  39. data/spec/models/aca_plan2018_search_spec.rb +6 -0
  40. data/spec/models/aca_plan2018_spec.rb +6 -0
  41. data/spec/models/aca_plan_pre2018_search_result_spec.rb +6 -0
  42. data/spec/models/aca_plan_pre2018_search_spec.rb +6 -0
  43. data/spec/models/aca_plan_pre2018_spec.rb +6 -0
  44. data/spec/models/aca_plan_search_spec.rb +6 -0
  45. data/spec/models/aca_plan_spec.rb +6 -0
  46. data/spec/models/dental_plan_search_request_spec.rb +6 -0
  47. data/spec/models/dental_plan_search_spec.rb +6 -0
  48. data/spec/models/dental_plan_spec.rb +6 -0
  49. data/spec/models/medical_plan_search_request_spec.rb +6 -0
  50. data/spec/models/plan_medicare_bulk_spec.rb +6 -0
  51. data/spec/models/plan_medicare_spec.rb +6 -0
  52. data/spec/models/plan_spec.rb +6 -0
  53. data/spec/models/vision_plan_search_request_spec.rb +6 -0
  54. data/spec/models/vision_plan_spec.rb +6 -0
  55. 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
@@ -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.35
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-06 00:00:00.000000000 Z
11
+ date: 2019-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httpclient