Parent

Class/Module Index [+]

Quicksearch

Fog::Compute::Brightbox::Account

Public Instance Methods

reset_ftp_password() click to toggle source

Resets the account's image library FTP password returning the new value

@return [String] Newly issue FTP password

# 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

[Validate]

Generated with the Darkfish Rdoc Generator 2.