Class: TestBench::Telemetry::Record

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



118
119
120
# File 'lib/test_bench/telemetry.rb', line 118

def data
  @data
end

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



118
119
120
# File 'lib/test_bench/telemetry.rb', line 118

def event
  @event
end