Class: Insika::Telemetry::Recorder::Turn
- Inherits:
-
Struct
- Object
- Struct
- Insika::Telemetry::Recorder::Turn
- Defined in:
- lib/insika/telemetry/recorder.rb
Overview
tools = FIFO queue of open tools
Instance Attribute Summary collapse
-
#labels ⇒ Object
Returns the value of attribute labels.
-
#span ⇒ Object
Returns the value of attribute span.
-
#start ⇒ Object
Returns the value of attribute start.
-
#tools ⇒ Object
Returns the value of attribute tools.
Instance Attribute Details
#labels ⇒ Object
Returns the value of attribute labels
32 33 34 |
# File 'lib/insika/telemetry/recorder.rb', line 32 def labels @labels end |
#span ⇒ Object
Returns the value of attribute span
32 33 34 |
# File 'lib/insika/telemetry/recorder.rb', line 32 def span @span end |
#start ⇒ Object
Returns the value of attribute start
32 33 34 |
# File 'lib/insika/telemetry/recorder.rb', line 32 def start @start end |
#tools ⇒ Object
Returns the value of attribute tools
32 33 34 |
# File 'lib/insika/telemetry/recorder.rb', line 32 def tools @tools end |