Class: TestBench::Telemetry::Record
- Inherits:
-
Struct
- Object
- Struct
- TestBench::Telemetry::Record
- Defined in:
- lib/test_bench/telemetry.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#event ⇒ Object
Returns the value of attribute event.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
118 119 120 |
# File 'lib/test_bench/telemetry.rb', line 118 def data @data end |
#event ⇒ Object
Returns the value of attribute event
118 119 120 |
# File 'lib/test_bench/telemetry.rb', line 118 def event @event end |