Sha256: 4469c5d716468b34607cf6cb27a0a8d5928ae6957ce60158bfc941c912a478f6
Contents?: true
Size: 516 Bytes
Versions: 6
Compression:
Stored size: 516 Bytes
Contents
module OpenActive module Models module Schema class DrugLegalStatus < ::OpenActive::Models::Schema::MedicalIntangible # @!attribute type # @return [String] def type "schema:DrugLegalStatus" end # @return [OpenActive::Models::Schema::AdministrativeArea,URI] define_property :applicable_location, as: "applicableLocation", types: [ "OpenActive::Models::Schema::AdministrativeArea", "URI", ] end end end end
Version data entries
6 entries across 6 versions & 1 rubygems