Sha256: 333fd69a30645ddebb5ff6021ea4f32b90348970df11e42d83f1b98e7da25dba

Contents?: true

Size: 760 Bytes

Versions: 4

Compression:

Stored size: 760 Bytes

Contents

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

        # @return [Boolean,nil]
        define_property :offers_prescription_by_mail, as: "offersPrescriptionByMail", types: [
          "bool",
          "null",
        ]

        # @return [Boolean,nil]
        define_property :health_plan_cost_sharing, as: "healthPlanCostSharing", types: [
          "bool",
          "null",
        ]

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openactive-0.1.2 lib/openactive/models/schema/health_plan_formulary.rb
openactive-0.1.1 lib/openactive/models/schema/health_plan_formulary.rb
openactive-0.1.0 lib/openactive/models/schema/health_plan_formulary.rb
openactive-0.1.0.rc1 lib/openactive/models/schema/health_plan_formulary.rb