Class: Caliper::Entities::Reading::EpubChapter

Inherits:
DigitalResource show all
Defined in:
lib/caliper/entities/reading/epub_chapter.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

#initializeEpubChapter

Returns a new instance of EpubChapter.



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

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