module Datadog::Contrib::Registerable::InstanceMethods
Instance methods for registerable behavior
Attributes
name[R]
Public Class Methods
new(name, options = {})
click to toggle source
# File lib/ddtrace/contrib/registerable.rb, line 28 def initialize(name, options = {}) @name = name end