Class: Pike13::API::V2::Account::Password
- Defined in:
- lib/pike13/api/v2/account/password.rb
Class Method Summary collapse
-
.create(attributes) ⇒ Object
POST /account/passwords.
Methods inherited from Base
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 |