class Caliper::Entities::Annotation::SharedAnnotation

Attributes

withAgents[RW]

Public Class Methods

new() click to toggle source
# File lib/caliper/entities/annotation/shared_annotation.rb, line 31
def initialize()
  super
  @type = Caliper::Entities::Annotation::AnnotationType::SHARED_ANNOTATION
        @withAgents = Array.new
end