Module: Datadog::Contrib::Registerable::InstanceMethods
- Defined in:
- lib/ddtrace/contrib/registerable.rb
Overview
Instance methods for registerable behavior
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
24 25 26 |
# File 'lib/ddtrace/contrib/registerable.rb', line 24 def name @name end |
Instance Method Details
#initialize(name, options = {}) ⇒ Object
27 28 29 |
# File 'lib/ddtrace/contrib/registerable.rb', line 27 def initialize(name, = {}) @name = name end |