Class: NRRC::Routes::Browser_Applications
- Inherits:
-
Object
- Object
- NRRC::Routes::Browser_Applications
- Defined in:
- lib/new_relic_rest_client/routes/browser_applications.rb
Class Method Summary collapse
Methods included from Helpers
create_action, delete_action, get_action, put_action, url
Methods included from Common
Class Method Details
.create(data) ⇒ Object
9 10 11 12 13 14 |
# File 'lib/new_relic_rest_client/routes/browser_applications.rb', line 9 def create data create_action.update({ payload: data, url: "#{@url_base}.json" }) end |