Class: TestBench::Telemetry::Event::Metadata

Inherits:
Struct
  • Object
show all
Defined in:
lib/test_bench/telemetry/event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#process_idObject

Returns the value of attribute process_id

Returns:

  • (Object)

    the current value of process_id



103
104
105
# File 'lib/test_bench/telemetry/event.rb', line 103

def process_id
  @process_id
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



103
104
105
# File 'lib/test_bench/telemetry/event.rb', line 103

def time
  @time
end