Sha256: 8955c21155670021eee1c64cc1be3a36c0ba87e164cd049a465084df92076ed4
Contents?: true
Size: 528 Bytes
Versions: 2
Compression:
Stored size: 528 Bytes
Contents
module OpenActive module Models module Schema class SeekToAction < ::OpenActive::Models::Schema::Action # @!attribute type # @return [String] def type "schema:SeekToAction" end # @return [OpenActive::Models::Schema::HyperTocEntry,BigDecimal,URI,nil] define_property :start_offset, as: "startOffset", types: [ "OpenActive::Models::Schema::HyperTocEntry", "Number", "URI", "null", ] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
openactive-0.5.0 | lib/openactive/models/schema/seek_to_action.rb |
openactive-0.4.0 | lib/openactive/models/schema/seek_to_action.rb |