class NewRelic::Agent::HTTPClients::NetHTTPResponse
Public Instance Methods
[](key)
click to toggle source
# File lib/new_relic/agent/http_clients/net_http_wrappers.rb, line 12 def [](key) @wrapped_response[key] end
to_hash()
click to toggle source
# File lib/new_relic/agent/http_clients/net_http_wrappers.rb, line 16 def to_hash @wrapped_response.to_hash end