Class: Fried::Test::Telemetry::Record

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



6
7
8
# File 'lib/fried/test/telemetry.rb', line 6

def data
  @data
end

#signalObject

Returns the value of attribute signal

Returns:

  • (Object)

    the current value of signal



6
7
8
# File 'lib/fried/test/telemetry.rb', line 6

def signal
  @signal
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



6
7
8
# File 'lib/fried/test/telemetry.rb', line 6

def time
  @time
end