# File lib/new_relic/agent/http_clients/excon_wrappers.rb, line 37 def initialize(datum) @datum = datum @method = @datum[:method].to_s.upcase @scheme = @datum[:scheme] @port = @datum[:port] @path = @datum[:path] end