Class: Insika::Telemetry::Recorder::OpenTool

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#spanObject

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



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

def span
  @span
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



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

def start
  @start
end