Class: Instana::Exporter::Otlp::BaseConverter::Status

Inherits:
Struct
  • Object
show all
Defined in:
lib/instana/exporter/otlp/base_converter.rb

Overview

Represents the status of a span (OK, ERROR, or UNSET)

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



33
34
35
# File 'lib/instana/exporter/otlp/base_converter.rb', line 33

def code
  @code
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



33
34
35
# File 'lib/instana/exporter/otlp/base_converter.rb', line 33

def description
  @description
end