lib/openactive/models/schema/alignment_object.rb in openactive-0.1.2 vs lib/openactive/models/schema/alignment_object.rb in openactive-0.2.0
- old
+ new
@@ -7,30 +7,30 @@
def type
"schema:AlignmentObject"
end
# @return [String]
- define_property :educational_framework, as: "educationalFramework", types: [
+ define_property :target_description, as: "targetDescription", types: [
"string",
]
# @return [String]
- define_property :alignment_type, as: "alignmentType", types: [
+ define_property :educational_framework, as: "educationalFramework", types: [
"string",
]
- # @return [String]
- define_property :target_name, as: "targetName", types: [
- "string",
- ]
-
# @return [URI]
define_property :target_url, as: "targetUrl", types: [
"URI",
]
# @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: [
"string",
]
end
end
end