Class: Insika::Telemetry::Recorder::OpenTool
- Inherits:
-
Struct
- Object
- Struct
- Insika::Telemetry::Recorder::OpenTool
- Defined in:
- lib/insika/telemetry/recorder.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#span ⇒ Object
Returns the value of attribute span.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
33 34 35 |
# File 'lib/insika/telemetry/recorder.rb', line 33 def name @name end |
#span ⇒ Object
Returns the value of attribute span
33 34 35 |
# File 'lib/insika/telemetry/recorder.rb', line 33 def span @span end |
#start ⇒ Object
Returns the value of attribute start
33 34 35 |
# File 'lib/insika/telemetry/recorder.rb', line 33 def start @start end |