Method: NewRelic::Agent::HTTPClients::EthonHTTPRequest#method
- Defined in:
- lib/new_relic/agent/http_clients/ethon_wrappers.rb
#method ⇒ Object
76 77 78 79 80 |
# File 'lib/new_relic/agent/http_clients/ethon_wrappers.rb', line 76 def method return DEFAULT_ACTION unless @easy.instance_variable_defined?(action_instance_var) @easy.instance_variable_get(action_instance_var) end |