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



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

def auto_patch
  @auto_patch
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



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

def klass
  @klass
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end