Class: Vivarium::Correlator::RawEvent
- Inherits:
-
Struct
- Object
- Struct
- Vivarium::Correlator::RawEvent
- Defined in:
- lib/vivarium/correlator.rb
Instance Attribute Summary collapse
-
#event_name ⇒ Object
Returns the value of attribute event_name.
-
#ktime_ns ⇒ Object
Returns the value of attribute ktime_ns.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#tid ⇒ Object
Returns the value of attribute tid.
Instance Attribute Details
#event_name ⇒ Object
Returns the value of attribute event_name
8 9 10 |
# File 'lib/vivarium/correlator.rb', line 8 def event_name @event_name end |
#ktime_ns ⇒ Object
Returns the value of attribute ktime_ns
8 9 10 |
# File 'lib/vivarium/correlator.rb', line 8 def ktime_ns @ktime_ns end |
#payload ⇒ Object
Returns the value of attribute payload
8 9 10 |
# File 'lib/vivarium/correlator.rb', line 8 def payload @payload end |
#pid ⇒ Object
Returns the value of attribute pid
8 9 10 |
# File 'lib/vivarium/correlator.rb', line 8 def pid @pid end |
#tid ⇒ Object
Returns the value of attribute tid
8 9 10 |
# File 'lib/vivarium/correlator.rb', line 8 def tid @tid end |