Class: Datadog::Tracing::Contrib::Registry::Entry
- Inherits:
-
Struct
- Object
- Struct
- Datadog::Tracing::Contrib::Registry::Entry
- Defined in:
- lib/datadog/tracing/contrib/registry.rb
Instance Attribute Summary collapse
-
#auto_patch ⇒ Object
Returns the value of attribute auto_patch.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#auto_patch ⇒ Object
Returns the value of attribute auto_patch
11 12 13 |
# File 'lib/datadog/tracing/contrib/registry.rb', line 11 def auto_patch @auto_patch end |
#klass ⇒ Object
Returns the value of attribute klass
11 12 13 |
# File 'lib/datadog/tracing/contrib/registry.rb', line 11 def klass @klass end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/datadog/tracing/contrib/registry.rb', line 11 def name @name end |