class Caliper::Entities::Annotation::Annotation

Attributes

annotated[RW]

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/caliper/entities/annotation/annotation.rb, line 33
def initialize
        super
        @type = Caliper::Entities::EntityType::ANNOTATION
        @annotated = nil
end