Method: Datadog::Configuration::Options::InstanceMethods#options_hash

Defined in:
lib/ddtrace/configuration/options.rb

#options_hashObject



82
83
84
85
86
# File 'lib/ddtrace/configuration/options.rb', line 82

def options_hash
  self.class.options.merge(options).each_with_object({}) do |(key, _), hash|
    hash[key] = get_option(key)
  end
end