Class: NRRC::Routes::Users

Inherits:
Object
  • Object
show all
Extended by:
Common, Helpers
Defined in:
lib/new_relic_rest_client/routes/users.rb

Class Method Summary collapse

Methods included from Helpers

create_action, delete_action, get_action, put_action, url

Methods included from Common

list, show

Class Method Details

.reset_password(id) ⇒ Object



9
10
11
# File 'lib/new_relic_rest_client/routes/users.rb', line 9

def reset_password id
	create_action(url:  "#{url id}/reset_password.json")
end