lib/openactive/models/schema/link_role.rb in openactive-0.3.0 vs lib/openactive/models/schema/link_role.rb in openactive-0.4.0
- old
+ new
@@ -6,19 +6,19 @@
# @return [String]
def type
"schema:LinkRole"
end
- # @return [String]
- define_property :link_relationship, as: "linkRelationship", types: [
- "string",
- ]
-
# @return [String,OpenActive::Models::Schema::Language,URI]
define_property :in_language, as: "inLanguage", types: [
"string",
"OpenActive::Models::Schema::Language",
"URI",
+ ]
+
+ # @return [String]
+ define_property :link_relationship, as: "linkRelationship", types: [
+ "string",
]
end
end
end
end