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

Methods included from Concerns::TypeChecker

#check_types, included

Methods included from Concerns::JsonLdSerializable

included, #to_h, #values

Constructor Details

This class inherits a constructor from OpenActive::BaseModel

Instance Attribute Details

#benefits_summary_urlURI

Returns:

  • (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_optionString

Returns:

  • (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_tierString

Returns:

  • (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_idString

Returns:

  • (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_urlURI

Returns:

  • (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

#includes_health_plan_formularyOpenActive::Models::Schema::HealthPlanFormulary



48
49
50
# File 'lib/openactive/models/schema/health_insurance_plan.rb', line 48

def includes_health_plan_formulary
  @includes_health_plan_formulary
end

#includes_health_plan_networkOpenActive::Models::Schema::HealthPlanNetwork



27
28
29
# File 'lib/openactive/models/schema/health_insurance_plan.rb', line 27

def includes_health_plan_network
  @includes_health_plan_network
end

#typeString

Returns:

  • (String)


7
8
9
# File 'lib/openactive/models/schema/health_insurance_plan.rb', line 7

def type
  "schema:HealthInsurancePlan"
end

#uses_health_plan_id_standardURI, String

Returns:

  • (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