lib/openactive/models/schema/menu_section.rb in openactive-0.3.0 vs lib/openactive/models/schema/menu_section.rb in openactive-0.4.0
- old
+ new
@@ -6,18 +6,18 @@
# @return [String]
def type
"schema:MenuSection"
end
- # @return [OpenActive::Models::Schema::MenuSection,URI]
- define_property :has_menu_section, as: "hasMenuSection", types: [
- "OpenActive::Models::Schema::MenuSection",
- "URI",
- ]
-
# @return [OpenActive::Models::Schema::MenuItem,URI]
define_property :has_menu_item, as: "hasMenuItem", types: [
"OpenActive::Models::Schema::MenuItem",
+ "URI",
+ ]
+
+ # @return [OpenActive::Models::Schema::MenuSection,URI]
+ define_property :has_menu_section, as: "hasMenuSection", types: [
+ "OpenActive::Models::Schema::MenuSection",
"URI",
]
end
end
end