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



53
54
55
# File 'lib/stratagem/instrumentation/models/annotations.rb', line 53

def detector
  @detector
end

#instrumentationObject

Returns the value of attribute instrumentation

Returns:

  • (Object)

    the current value of instrumentation



53
54
55
# File 'lib/stratagem/instrumentation/models/annotations.rb', line 53

def instrumentation
  @instrumentation
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



53
54
55
# File 'lib/stratagem/instrumentation/models/annotations.rb', line 53

def 
  @metadata
end

#tracingObject

Returns the value of attribute tracing

Returns:

  • (Object)

    the current value of tracing



53
54
55
# File 'lib/stratagem/instrumentation/models/annotations.rb', line 53

def tracing
  @tracing
end