Sha256: 29fdb10535de6557a1c1a5349b817967c7977fe153ef318f31453a4356cbe450

Contents?: true

Size: 760 Bytes

Versions: 1

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

        # @return [Boolean,nil]
        define_property :health_plan_cost_sharing, as: "healthPlanCostSharing", types: [
          "bool",
          "null",
        ]
      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_plan_formulary.rb