Class: OpenActive::Models::Schema::HealthInsurancePlan
- Inherits:
-
Intangible
show all
- Defined in:
- lib/openactive/models/schema/health_insurance_plan.rb
Instance Attribute Summary collapse
Attributes inherited from Thing
#additional_type, #alternate_name, #description, #disambiguating_description, #identifier, #image, #main_entity_of_page, #name, #potential_action, #same_as, #subject_of, #url
Attributes inherited from JsonLdModel
#context, #id
Method Summary
Methods inherited from BaseModel
#assign_attributes, define_property, deserialize, #deserialize, deserialize_class, #initialize, #serialize, serialize, #set_property, #to_json
#check_types, included
included, #to_h, #values
Instance Attribute Details
#benefits_summary_url ⇒ URI
17
18
19
|
# File 'lib/openactive/models/schema/health_insurance_plan.rb', line 17
def benefits_summary_url
@benefits_summary_url
end
|
#health_plan_drug_option ⇒ String
12
13
14
|
# File 'lib/openactive/models/schema/health_insurance_plan.rb', line 12
def health_plan_drug_option
@health_plan_drug_option
end
|
#health_plan_drug_tier ⇒ String
22
23
24
|
# File 'lib/openactive/models/schema/health_insurance_plan.rb', line 22
def health_plan_drug_tier
@health_plan_drug_tier
end
|
#health_plan_id ⇒ String
32
33
34
|
# File 'lib/openactive/models/schema/health_insurance_plan.rb', line 32
def health_plan_id
@health_plan_id
end
|
#health_plan_marketing_url ⇒ URI
43
44
45
|
# File 'lib/openactive/models/schema/health_insurance_plan.rb', line 43
def health_plan_marketing_url
@health_plan_marketing_url
end
|
48
49
50
|
# File 'lib/openactive/models/schema/health_insurance_plan.rb', line 48
def includes_health_plan_formulary
@includes_health_plan_formulary
end
|
27
28
29
|
# File 'lib/openactive/models/schema/health_insurance_plan.rb', line 27
def includes_health_plan_network
@includes_health_plan_network
end
|
#type ⇒ String
7
8
9
|
# File 'lib/openactive/models/schema/health_insurance_plan.rb', line 7
def type
"schema:HealthInsurancePlan"
end
|
#uses_health_plan_id_standard ⇒ URI, String
37
38
39
|
# File 'lib/openactive/models/schema/health_insurance_plan.rb', line 37
def uses_health_plan_id_standard
@uses_health_plan_id_standard
end
|