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)

Parameters:
  • data (Hash) --
def initialize(data)
  @data = data
end