Class: Pike13::API::V2::Account::Password

Inherits:
Base
  • Object
show all
Defined in:
lib/pike13/api/v2/account/password.rb

Class Method Summary collapse

Methods inherited from Base

client, configure

Class Method Details

.create(attributes) ⇒ Object

POST /account/passwords



10
11
12
# File 'lib/pike13/api/v2/account/password.rb', line 10

def create(attributes)
  client.post("account/passwords", { account: attributes })
end