Module: NRRC::Routes
- Defined in:
- lib/new_relic_rest_client/routes/users.rb,
lib/new_relic_rest_client/common_routes.rb,
lib/new_relic_rest_client/route_helpers.rb,
lib/new_relic_rest_client/routes/labels.rb,
lib/new_relic_rest_client/routes/plugins.rb,
lib/new_relic_rest_client/routes/servers.rb,
lib/new_relic_rest_client/routes/components.rb,
lib/new_relic_rest_client/routes/applications.rb,
lib/new_relic_rest_client/routes/key_transations.rb,
lib/new_relic_rest_client/routes/mobile_applications.rb,
lib/new_relic_rest_client/routes/browser_applications.rb,
lib/new_relic_rest_client/routes/application_specifics.rb,
lib/new_relic_rest_client/routes/notification_channels.rb
Defined Under Namespace
Modules: Applications, Common, Helpers Classes: Application_Hosts, Application_Instances, Application_Specific_Extras, Browser_Applications, Components, Key_Transactions, Labels, Mobile_applications, Notification_Channels, Plugins, Servers, Users
Constant Summary collapse
- Base =
'https://api.newrelic.com/v2'
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
6 7 8 |
# File 'lib/new_relic_rest_client/route_helpers.rb', line 6 def api_key @api_key end |