Sha256: 0cc5281feed0efc71ff1078cd977a395784dd64501e43b61e83857c0325b6377
Contents?: true
Size: 479 Bytes
Versions: 78
Compression:
Stored size: 479 Bytes
Contents
module Fog module Compute class Brightbox class Real # Resets the image library ftp password for the scoped account # # @note The response is the only time the new password is available in plaintext. # # @return [Hash] The JSON response parsed to a Hash # def reset_ftp_password_scoped_account wrapped_request("post", "/1.0/account/reset_ftp_password", [200]) end end end end end
Version data entries
78 entries across 78 versions & 7 rubygems