Class: Caliper::Entities::Annotation::BookmarkAnnotation

Inherits:
Annotation show all
Defined in:
lib/caliper/entities/annotation/bookmark_annotation.rb

Instance Attribute Summary collapse

Attributes inherited from Annotation

#annotated

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

#initializeBookmarkAnnotation

Returns a new instance of BookmarkAnnotation.



31
32
33
34
35
# File 'lib/caliper/entities/annotation/bookmark_annotation.rb', line 31

def initialize
  super
  @type = Caliper::Entities::Annotation::AnnotationType::BOOKMARK_ANNOTATION
  @bookmarkNotes = nil
end

Instance Attribute Details

#bookmarkNotesObject

Returns the value of attribute bookmarkNotes.



29
30
31
# File 'lib/caliper/entities/annotation/bookmark_annotation.rb', line 29

def bookmarkNotes
  @bookmarkNotes
end