Class: TestBench::Telemetry::Event::Metadata
- Inherits:
-
Struct
- Object
- Struct
- TestBench::Telemetry::Event::Metadata
- Defined in:
- lib/test_bench/telemetry/event.rb
Instance Attribute Summary collapse
-
#process_id ⇒ Object
Returns the value of attribute process_id.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#process_id ⇒ Object
Returns the value of attribute process_id
125 126 127 |
# File 'lib/test_bench/telemetry/event.rb', line 125 def process_id @process_id end |
#time ⇒ Object
Returns the value of attribute time
125 126 127 |
# File 'lib/test_bench/telemetry/event.rb', line 125 def time @time end |