lib/openactive/models/schema/hyper_toc_entry.rb in openactive-0.3.0 vs lib/openactive/models/schema/hyper_toc_entry.rb in openactive-0.4.0
- old
+ new
@@ -6,24 +6,24 @@
# @return [String]
def type
"schema:HyperTocEntry"
end
+ # @return [String]
+ define_property :utterances, as: "utterances", types: [
+ "string",
+ ]
+
# @return [OpenActive::Models::Schema::HyperTocEntry,URI]
define_property :toc_continuation, as: "tocContinuation", types: [
"OpenActive::Models::Schema::HyperTocEntry",
"URI",
]
# @return [OpenActive::Models::Schema::MediaObject,URI]
define_property :associated_media, as: "associatedMedia", types: [
"OpenActive::Models::Schema::MediaObject",
"URI",
- ]
-
- # @return [String]
- define_property :utterances, as: "utterances", types: [
- "string",
]
end
end
end
end