Module: NRRC

Defined in:
lib/new_relic_rest_client.rb,
lib/new_relic_rest_client/version.rb,
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: Routes

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.api_key=(key) ⇒ Object



15
16
17
# File 'lib/new_relic_rest_client.rb', line 15

def api_key= key
	Routes.api_key = key
end