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

- old
+ new

@@ -6,32 +6,32 @@ # @return [String] def type "schema:AlignmentObject" end + # @return [URI] + define_property :target_url, as: "targetUrl", types: [ + "URI", + ] + # @return [String] - define_property :alignment_type, as: "alignmentType", types: [ + define_property :target_name, as: "targetName", types: [ "string", ] # @return [String] define_property :educational_framework, as: "educationalFramework", types: [ "string", ] # @return [String] - define_property :target_description, as: "targetDescription", types: [ + define_property :alignment_type, as: "alignmentType", types: [ "string", ] # @return [String] - define_property :target_name, as: "targetName", types: [ + define_property :target_description, as: "targetDescription", types: [ "string", - ] - - # @return [URI] - define_property :target_url, as: "targetUrl", types: [ - "URI", ] end end end end