Sha256: b85a590850e404c658bed59fcaf4d22fa2d007c4c1b77d61c559ba89ec0b1e5f
Contents?: true
Size: 471 Bytes
Versions: 5
Compression:
Stored size: 471 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 request("post", "/1.0/account/reset_ftp_password", [200]) end end end end end
Version data entries
5 entries across 5 versions & 4 rubygems