lib/openactive/models/schema/medical_sign.rb in openactive-0.2.2 vs lib/openactive/models/schema/medical_sign.rb in openactive-0.3.0
- old
+ new
@@ -6,18 +6,18 @@
# @return [String]
def type
"schema:MedicalSign"
end
- # @return [OpenActive::Models::Schema::PhysicalExam,URI]
- define_property :identifying_exam, as: "identifyingExam", types: [
- "OpenActive::Models::Schema::PhysicalExam",
- "URI",
- ]
-
# @return [OpenActive::Models::Schema::MedicalTest,URI]
define_property :identifying_test, as: "identifyingTest", types: [
"OpenActive::Models::Schema::MedicalTest",
+ "URI",
+ ]
+
+ # @return [OpenActive::Models::Schema::PhysicalExam,URI]
+ define_property :identifying_exam, as: "identifyingExam", types: [
+ "OpenActive::Models::Schema::PhysicalExam",
"URI",
]
end
end
end