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



79
80
81
# File 'lib/new_relic_api.rb', line 79

def 
  prefix_options[:account_id]
end

#account_query_params(extra_params = {}) ⇒ Object



82
83
84
# File 'lib/new_relic_api.rb', line 82

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

#query_paramsObject

:nodoc:



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

def query_params#:nodoc:
  
end