Sha256: 8b353a4798c9a352331e5c8254953275715866b58013638ea1c6bf43897abe47

Contents?: true

Size: 760 Bytes

Versions: 2

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 :health_plan_cost_sharing, as: "healthPlanCostSharing", types: [
          "bool",
          "null",
        ]

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
openactive-0.5.0 lib/openactive/models/schema/health_plan_formulary.rb
openactive-0.4.0 lib/openactive/models/schema/health_plan_formulary.rb