Class: Stratagem::Instrumentation::Models::Annotations::AdapterDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Stratagem::Instrumentation::Models::Annotations::AdapterDescriptor
- Defined in:
- lib/stratagem/instrumentation/models/annotations.rb
Instance Attribute Summary collapse
-
#detector ⇒ Object
Returns the value of attribute detector.
-
#instrumentation ⇒ Object
Returns the value of attribute instrumentation.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#tracing ⇒ Object
Returns the value of attribute tracing.
Instance Attribute Details
#detector ⇒ Object
Returns the value of attribute detector
53 54 55 |
# File 'lib/stratagem/instrumentation/models/annotations.rb', line 53 def detector @detector end |
#instrumentation ⇒ Object
Returns the value of attribute instrumentation
53 54 55 |
# File 'lib/stratagem/instrumentation/models/annotations.rb', line 53 def instrumentation @instrumentation end |
#metadata ⇒ Object
Returns the value of attribute metadata
53 54 55 |
# File 'lib/stratagem/instrumentation/models/annotations.rb', line 53 def @metadata end |
#tracing ⇒ Object
Returns the value of attribute tracing
53 54 55 |
# File 'lib/stratagem/instrumentation/models/annotations.rb', line 53 def tracing @tracing end |