Class: Caliper::Entities::Reading::EPubVolume

Inherits:
DigitalResource show all
Defined in:
lib/caliper/entities/reading/epub_volume.rb

Instance Attribute Summary

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

#initializeEPubVolume

Returns a new instance of EPubVolume.



30
31
32
33
# File 'lib/caliper/entities/reading/epub_volume.rb', line 30

def initialize()
 super
  @type = Caliper::Entities::DigitalResourceType::EPUB_VOLUME
end