Class: Fog::Brightbox::Compute::Account
- Defined in:
- lib/fog/brightbox/models/compute/account.rb
Instance Method Summary collapse
-
#reset_ftp_password ⇒ String
Resets the account’s image library FTP password returning the new value.
Methods included from ModelHelper
#collection_name, #resource_name
Instance Method Details
#reset_ftp_password ⇒ String
Resets the account’s image library FTP password returning the new value
70 71 72 73 74 75 |
# File 'lib/fog/brightbox/models/compute/account.rb', line 70 def reset_ftp_password requires :identity data = service.reset_ftp_password_account(identity) merge_attributes(data) library_ftp_password end |