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