Class: Caliper::Entities::Annotation::SharedAnnotation

Inherits:
Annotation show all
Defined in:
lib/caliper/entities/annotation/shared_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

#initializeSharedAnnotation

Returns a new instance of SharedAnnotation.



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

def initialize()
  super
  @type = Caliper::Entities::Annotation::AnnotationType::SHARED_ANNOTATION
 @withAgents = Array.new
end

Instance Attribute Details

#withAgentsObject

list of Agent objects



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

def withAgents
  @withAgents
end