Sha256: d2f329451cdb8fc9fb5a65561ae03f7c041ae4c7ddd8bf8a0ec073db6ae5b841

Contents?: true

Size: 1.83 KB

Versions: 3

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 [String,URI]
        define_property :uses_health_plan_id_standard, as: "usesHealthPlanIdStandard", types: [
          "string",
          "URI",
        ]

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

        # @return [String]
        define_property :health_plan_drug_tier, as: "healthPlanDrugTier", types: [
          "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",
        ]

        # @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_id, as: "healthPlanId", types: [
          "string",
        ]

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openactive-0.2.2 lib/openactive/models/schema/health_insurance_plan.rb
openactive-0.2.1 lib/openactive/models/schema/health_insurance_plan.rb
openactive-0.2.0 lib/openactive/models/schema/health_insurance_plan.rb