lib/openactive/models/schema/medical_organization.rb in openactive-0.3.0 vs lib/openactive/models/schema/medical_organization.rb in openactive-0.4.0

- old
+ new

@@ -6,24 +6,24 @@ # @return [String] def type "schema:MedicalOrganization" end - # @return [Boolean,nil] - define_property :is_accepting_new_patients, as: "isAcceptingNewPatients", types: [ - "bool", - "null", + # @return [OpenActive::Models::Schema::MedicalSpecialty,URI] + define_property :medical_specialty, as: "medicalSpecialty", types: [ + "OpenActive::Models::Schema::MedicalSpecialty", + "URI", ] # @return [String] define_property :health_plan_network_id, as: "healthPlanNetworkId", types: [ "string", ] - # @return [OpenActive::Models::Schema::MedicalSpecialty,URI] - define_property :medical_specialty, as: "medicalSpecialty", types: [ - "OpenActive::Models::Schema::MedicalSpecialty", - "URI", + # @return [Boolean,nil] + define_property :is_accepting_new_patients, as: "isAcceptingNewPatients", types: [ + "bool", + "null", ] end end end end