Class: Ori::Tracer::Event
- Inherits:
-
Struct
- Object
- Struct
- Ori::Tracer::Event
- Defined in:
- lib/ori/tracer.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#fiber_id ⇒ Object
Returns the value of attribute fiber_id.
-
#scope_id ⇒ Object
Returns the value of attribute scope_id.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
9 10 11 |
# File 'lib/ori/tracer.rb', line 9 def data @data end |
#fiber_id ⇒ Object
Returns the value of attribute fiber_id
9 10 11 |
# File 'lib/ori/tracer.rb', line 9 def fiber_id @fiber_id end |
#scope_id ⇒ Object
Returns the value of attribute scope_id
9 10 11 |
# File 'lib/ori/tracer.rb', line 9 def scope_id @scope_id end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
9 10 11 |
# File 'lib/ori/tracer.rb', line 9 def end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/ori/tracer.rb', line 9 def type @type end |