Class: OpenActive::Models::Schema::HealthPlanCostSharingSpecification

Inherits:
Intangible show all
Defined in:
lib/openactive/models/schema/health_plan_cost_sharing_specification.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

#health_plan_coinsurance_optionString

Returns:

  • (String)


28
29
30
# File 'lib/openactive/models/schema/health_plan_cost_sharing_specification.rb', line 28

def health_plan_coinsurance_option
  @health_plan_coinsurance_option
end

#health_plan_coinsurance_rateBigDecimal?

Returns:

  • (BigDecimal, nil)


22
23
24
# File 'lib/openactive/models/schema/health_plan_cost_sharing_specification.rb', line 22

def health_plan_coinsurance_rate
  @health_plan_coinsurance_rate
end

#health_plan_copayOpenActive::Models::Schema::PriceSpecification



17
18
19
# File 'lib/openactive/models/schema/health_plan_cost_sharing_specification.rb', line 17

def health_plan_copay
  @health_plan_copay
end

#health_plan_copay_optionString

Returns:

  • (String)


12
13
14
# File 'lib/openactive/models/schema/health_plan_cost_sharing_specification.rb', line 12

def health_plan_copay_option
  @health_plan_copay_option
end

#health_plan_pharmacy_categoryString

Returns:

  • (String)


33
34
35
# File 'lib/openactive/models/schema/health_plan_cost_sharing_specification.rb', line 33

def health_plan_pharmacy_category
  @health_plan_pharmacy_category
end

#typeString

Returns:

  • (String)


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

def type
  "schema:HealthPlanCostSharingSpecification"
end