Method: Fog::Compute::Brightbox::Account#reset_ftp_password
- Defined in:
- lib/fog/brightbox/models/compute/account.rb
#reset_ftp_password ⇒ String
Resets the account’s image library FTP password returning the new value
58 59 60 61 62 63 |
# File 'lib/fog/brightbox/models/compute/account.rb', line 58 def reset_ftp_password requires :identity data = service.reset_ftp_password_account(identity) merge_attributes(data) library_ftp_password end |