class Caliper::Entities::Annotation::TagAnnotation

Attributes

tags[RW]

Public Class Methods

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