Class: Trace::EventBuffer::EventStruct
- Inherits:
-
Struct
- Object
- Struct
- Trace::EventBuffer::EventStruct
- Defined in:
- app/eventbuffer.rb
Instance Attribute Summary collapse
-
#arg ⇒ Object
Returns the value of attribute arg.
-
#event ⇒ Object
Returns the value of attribute event.
-
#frame ⇒ Object
Returns the value of attribute frame.
Instance Attribute Details
#arg ⇒ Object
Returns the value of attribute arg
5 6 7 |
# File 'app/eventbuffer.rb', line 5 def arg @arg end |
#event ⇒ Object
Returns the value of attribute event
5 6 7 |
# File 'app/eventbuffer.rb', line 5 def event @event end |
#frame ⇒ Object
Returns the value of attribute frame
5 6 7 |
# File 'app/eventbuffer.rb', line 5 def frame @frame end |