Class: Datadog::Contrib::Registry::Entry
- Inherits:
-
Struct
- Object
- Struct
- Datadog::Contrib::Registry::Entry
- Defined in:
- lib/ddtrace/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
7 8 9 |
# File 'lib/ddtrace/contrib/registry.rb', line 7 def auto_patch @auto_patch end |
#klass ⇒ Object
Returns the value of attribute klass
7 8 9 |
# File 'lib/ddtrace/contrib/registry.rb', line 7 def klass @klass end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/ddtrace/contrib/registry.rb', line 7 def name @name end |