class Datadog::Tracing::Distributed::Fetcher
Common fetcher that retrieves fields from a Hash data input
def [](key)
def [](key) @data[key] end
def initialize(data)
-
data
(Hash
) --
def initialize(data) @data = data end
Common fetcher that retrieves fields from a Hash data input
def [](key) @data[key] end
data
(Hash
)
--
def initialize(data) @data = data end