Class: Insika::Telemetry::Recorder::Turn

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

Overview

tools = FIFO queue of open tools

Instance Attribute Summary collapse

Instance Attribute Details

#labelsObject

Returns the value of attribute labels

Returns:

  • (Object)

    the current value of labels



32
33
34
# File 'lib/insika/telemetry/recorder.rb', line 32

def labels
  @labels
end

#spanObject

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



32
33
34
# File 'lib/insika/telemetry/recorder.rb', line 32

def span
  @span
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



32
33
34
# File 'lib/insika/telemetry/recorder.rb', line 32

def start
  @start
end

#toolsObject

Returns the value of attribute tools

Returns:

  • (Object)

    the current value of tools



32
33
34
# File 'lib/insika/telemetry/recorder.rb', line 32

def tools
  @tools
end