Class: Ori::Tracer::ScopeEvent
- Inherits:
-
Struct
- Object
- Struct
- Ori::Tracer::ScopeEvent
- Defined in:
- lib/ori/tracer.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#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
10 11 12 |
# File 'lib/ori/tracer.rb', line 10 def data @data end |
#scope_id ⇒ Object
Returns the value of attribute scope_id
10 11 12 |
# File 'lib/ori/tracer.rb', line 10 def scope_id @scope_id end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
10 11 12 |
# File 'lib/ori/tracer.rb', line 10 def end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/ori/tracer.rb', line 10 def type @type end |