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

- old
+ new

@@ -6,18 +6,18 @@ # @return [String] def type "schema:MedicalOrganization" end - # @return [String] - define_property :health_plan_network_id, as: "healthPlanNetworkId", types: [ - "string", - ] - # @return [Boolean,nil] define_property :is_accepting_new_patients, as: "isAcceptingNewPatients", types: [ "bool", "null", + ] + + # @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",