class Fog::Compute::Brightbox::Account

Public Instance Methods

reset_ftp_password() click to toggle source
# File lib/fog/brightbox/models/compute/account.rb, line 54
def reset_ftp_password
  requires :identity
  connection.reset_ftp_password_account["library_ftp_password"]
end