lib/openactive/models/schema/alignment_object.rb in openactive-0.2.2 vs lib/openactive/models/schema/alignment_object.rb in openactive-0.3.0
- old
+ new
@@ -7,31 +7,31 @@
def type
"schema:AlignmentObject"
end
# @return [String]
- define_property :target_description, as: "targetDescription", types: [
+ define_property :alignment_type, as: "alignmentType", types: [
"string",
]
# @return [String]
define_property :educational_framework, as: "educationalFramework", types: [
"string",
]
- # @return [URI]
- define_property :target_url, as: "targetUrl", types: [
- "URI",
- ]
-
# @return [String]
- define_property :alignment_type, as: "alignmentType", types: [
+ define_property :target_description, as: "targetDescription", types: [
"string",
]
# @return [String]
define_property :target_name, as: "targetName", types: [
"string",
+ ]
+
+ # @return [URI]
+ define_property :target_url, as: "targetUrl", types: [
+ "URI",
]
end
end
end
end