Class: Caliper::Entities::Media::VideoObject

Inherits:
MediaObject show all
Defined in:
lib/caliper/entities/media/video_object.rb

Instance Attribute Summary

Attributes inherited from MediaObject

#duration

Attributes inherited from DigitalResource

#alignedLearningObjective, #datePublished, #isPartOf, #keywords, #objectType, #version

Attributes inherited from EntityBase

#dateCreated, #dateModified, #description, #extensions, #name

Attributes inherited from Entity

#context, #id, #type

Instance Method Summary collapse

Methods included from Jsonable

#eql?, #from_json, included, #to_json

Constructor Details

#initializeVideoObject

Returns a new instance of VideoObject.



29
30
31
32
# File 'lib/caliper/entities/media/video_object.rb', line 29

def initialize
  super
  @type = Caliper::Entities::Media::MediaObjectType::VIDEO_OBJECT
end