class Caliper::Entities::Annotation::SharedAnnotation
Attributes
withAgents[RW]
Public Class Methods
new()
click to toggle source
Calls superclass method
Caliper::Entities::Annotation::Annotation::new
# File lib/caliper/entities/annotation/shared_annotation.rb, line 31 def initialize() super @type = Caliper::Entities::Annotation::AnnotationType::SHARED_ANNOTATION @withAgents = Array.new end