class Caliper::Entities::Annotation::HighlightAnnotation

Attributes

selection[RW]
selectionText[RW]

Public Class Methods

new() click to toggle source
# File lib/caliper/entities/annotation/highlight_annotation.rb, line 31
def initialize()
  super
  @type = Caliper::Entities::Annotation::AnnotationType::HIGHLIGHT_ANNOTATION
  @selectionText = nil
  @selection = {}
end