Class: Datadog::Contrib::Registry::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/ddtrace/contrib/registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#auto_patchObject

Returns the value of attribute auto_patch

Returns:

  • (Object)

    the current value of auto_patch



7
8
9
# File 'lib/ddtrace/contrib/registry.rb', line 7

def auto_patch
  @auto_patch
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



7
8
9
# File 'lib/ddtrace/contrib/registry.rb', line 7

def klass
  @klass
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/ddtrace/contrib/registry.rb', line 7

def name
  @name
end