Module: NewRelicApi::AccountResource

Included in:
Application, NewRelicApi::Application::Agent
Defined in:
lib/new_relic_api.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#account_idObject



87
88
89
# File 'lib/new_relic_api.rb', line 87

def 
  prefix_options[:account_id]
end

#account_query_params(extra_params = {}) ⇒ Object



90
91
92
# File 'lib/new_relic_api.rb', line 90

def (extra_params = {})
  {:account_id => }.merge(extra_params)
end

#query_paramsObject

:nodoc:



94
95
96
# File 'lib/new_relic_api.rb', line 94

def query_params#:nodoc:
  
end