Sha256: 1e643c5ac32f0b33d887cc66f861c258c385d4133441b8a505c9c671ed459bfe

Contents?: true

Size: 1.83 KB

Versions: 1

Compression:

Stored size: 1.83 KB

Contents

module OpenActive
  module Models
    module Schema
      class HealthInsurancePlan < ::OpenActive::Models::Schema::Intangible
        # @!attribute type
        # @return [String]
        def type
          "schema:HealthInsurancePlan"
        end

        # @return [OpenActive::Models::Schema::HealthPlanFormulary,URI]
        define_property :includes_health_plan_formulary, as: "includesHealthPlanFormulary", types: [
          "OpenActive::Models::Schema::HealthPlanFormulary",
          "URI",
        ]

        # @return [URI]
        define_property :benefits_summary_url, as: "benefitsSummaryUrl", types: [
          "URI",
        ]

        # @return [String]
        define_property :health_plan_drug_option, as: "healthPlanDrugOption", types: [
          "string",
        ]

        # @return [String]
        define_property :health_plan_drug_tier, as: "healthPlanDrugTier", types: [
          "string",
        ]

        # @return [String]
        define_property :health_plan_id, as: "healthPlanId", types: [
          "string",
        ]

        # @return [OpenActive::Models::Schema::ContactPoint,URI]
        define_property :contact_point, as: "contactPoint", types: [
          "OpenActive::Models::Schema::ContactPoint",
          "URI",
        ]

        # @return [URI,String]
        define_property :uses_health_plan_id_standard, as: "usesHealthPlanIdStandard", types: [
          "URI",
          "string",
        ]

        # @return [OpenActive::Models::Schema::HealthPlanNetwork,URI]
        define_property :includes_health_plan_network, as: "includesHealthPlanNetwork", types: [
          "OpenActive::Models::Schema::HealthPlanNetwork",
          "URI",
        ]

        # @return [URI]
        define_property :health_plan_marketing_url, as: "healthPlanMarketingUrl", types: [
          "URI",
        ]
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
openactive-0.3.0 lib/openactive/models/schema/health_insurance_plan.rb