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

- old
+ new

@@ -6,24 +6,24 @@ # @return [String] def type "schema:Joint" end - # @return [String] - define_property :structural_class, as: "structuralClass", types: [ + # @return [String,OpenActive::Models::Schema::MedicalEntity,URI] + define_property :functional_class, as: "functionalClass", types: [ "string", + "OpenActive::Models::Schema::MedicalEntity", + "URI", ] # @return [String] define_property :biomechnical_class, as: "biomechnicalClass", types: [ "string", ] - # @return [String,OpenActive::Models::Schema::MedicalEntity,URI] - define_property :functional_class, as: "functionalClass", types: [ + # @return [String] + define_property :structural_class, as: "structuralClass", types: [ "string", - "OpenActive::Models::Schema::MedicalEntity", - "URI", ] end end end end