Class: Trace::EventBuffer::EventStruct

Inherits:
Struct
  • Object
show all
Defined in:
app/eventbuffer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argObject

Returns the value of attribute arg

Returns:

  • (Object)

    the current value of arg



5
6
7
# File 'app/eventbuffer.rb', line 5

def arg
  @arg
end

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



5
6
7
# File 'app/eventbuffer.rb', line 5

def event
  @event
end

#frameObject

Returns the value of attribute frame

Returns:

  • (Object)

    the current value of frame



5
6
7
# File 'app/eventbuffer.rb', line 5

def frame
  @frame
end