Class: Fog::Compute::Brightbox::Account

Inherits:
Brightbox::Model show all
Defined in:
lib/fog/brightbox/models/compute/account.rb

Instance Method Summary collapse

Methods included from Brightbox::ModelHelper

#collection_name, #resource_name

Instance Method Details

#reset_ftp_passwordString

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

Returns:

  • (String)

    Newly issue FTP password



56
57
58
59
60
61
# File 'lib/fog/brightbox/models/compute/account.rb', line 56

def reset_ftp_password
  requires :identity
  data = service.(identity)
  merge_attributes(data)
  library_ftp_password
end