lib/openactive/models/schema/health_plan_formulary.rb in openactive-0.1.2 vs lib/openactive/models/schema/health_plan_formulary.rb in openactive-0.2.0

- old
+ new

@@ -6,24 +6,24 @@ # @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", ] - # @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