class Caliper::Events::AnnotationEvent
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/caliper/events/annotation_event.rb, line 30 def initialize super @type = Caliper::Events::EventType::ANNOTATION @target = nil @generated = nil @edApp = nil @group = nil @membership = nil @federatedSession = nil end