Module: NewRelicApi::AccountResource
- Included in:
- Application, NewRelicApi::Application::Agent
- Defined in:
- lib/new_relic_api.rb
Overview
:nodoc:
Instance Method Summary collapse
- #account_id ⇒ Object
- #account_query_params(extra_params = {}) ⇒ Object
-
#query_params ⇒ Object
:nodoc:.
Instance Method Details
#account_id ⇒ Object
87 88 89 |
# File 'lib/new_relic_api.rb', line 87 def account_id [:account_id] end |
#account_query_params(extra_params = {}) ⇒ Object
90 91 92 |
# File 'lib/new_relic_api.rb', line 90 def account_query_params(extra_params = {}) {:account_id => account_id}.merge(extra_params) end |
#query_params ⇒ Object
:nodoc:
94 95 96 |
# File 'lib/new_relic_api.rb', line 94 def query_params#:nodoc: account_query_params end |