Class: NewRelicApi::Application::Agent

Inherits:
BaseResource
  • Object
show all
Includes:
NewRelicApi::AccountResource, NewRelicApi::AgentResource
Defined in:
lib/new_relic_api.rb

Instance Method Summary collapse

Methods included from NewRelicApi::AccountResource

#account_id, #account_query_params

Methods inherited from BaseResource

headers, inherited, proxy, reset!, site_url

Instance Method Details

#query_paramsObject

:nodoc:



122
123
124
# File 'lib/new_relic_api.rb', line 122

def query_params#:nodoc:
  super.merge(:application_id => cluster_agent_id)
end