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