Class: Stratagem::Instrumentation::Models::Annotations::AdapterDescriptor

Inherits:
Struct
  • Object
show all
Defined in:
lib/stratagem/instrumentation/models/annotations.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detectorObject

Returns the value of attribute detector

Returns:

  • (Object)

    the current value of detector



23
24
25
# File 'lib/stratagem/instrumentation/models/annotations.rb', line 23

def detector
  @detector
end

#instrumentationObject

Returns the value of attribute instrumentation

Returns:

  • (Object)

    the current value of instrumentation



23
24
25
# File 'lib/stratagem/instrumentation/models/annotations.rb', line 23

def instrumentation
  @instrumentation
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



23
24
25
# File 'lib/stratagem/instrumentation/models/annotations.rb', line 23

def 
  @metadata
end

#tracingObject

Returns the value of attribute tracing

Returns:

  • (Object)

    the current value of tracing



23
24
25
# File 'lib/stratagem/instrumentation/models/annotations.rb', line 23

def tracing
  @tracing
end