Module: Nis::Endpoint::Account::Lock
- Included in:
- Nis
- Defined in:
- lib/nis/endpoint/account/lock.rb
Instance Method Summary collapse
Instance Method Details
#account_lock(private_key:) ⇒ nil
6 7 8 |
# File 'lib/nis/endpoint/account/lock.rb', line 6 def account_lock(private_key:) request!(:post, '/account/lock', value: private_key) end |