Class: DaVinciUSDrugFormularyTestKit::USDFV201::PayerInsurancePlanReadTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- DaVinciUSDrugFormularyTestKit::USDFV201::PayerInsurancePlanReadTest
show all
- Includes:
- ReadTest
- Defined in:
- lib/davinci_us_drug_formulary_test_kit/generated/v2.0.1/payer_insurance_plan/payer_insurance_plan_read_test.rb
Instance Method Summary
collapse
Methods included from ReadTest
#all_scratch_resources, #bad_resource_id_message, #no_resources_skip_message, #perform_read_test, #read_and_validate, #readable_resources, #resource_class, #resource_id
Instance Method Details
#resource_type ⇒ Object
13
14
15
|
# File 'lib/davinci_us_drug_formulary_test_kit/generated/v2.0.1/payer_insurance_plan/payer_insurance_plan_read_test.rb', line 13
def resource_type
'InsurancePlan'
end
|
#scratch_resources ⇒ Object
17
18
19
|
# File 'lib/davinci_us_drug_formulary_test_kit/generated/v2.0.1/payer_insurance_plan/payer_insurance_plan_read_test.rb', line 17
def scratch_resources
scratch[:payer_insurance_plan_resources] ||= {}
end
|