Sha256: 5ccc987b6428e4d40fc395c440de7ca58e61ac5e8b319244c0c50ce6e563a536
Contents?: true
Size: 478 Bytes
Versions: 20
Compression:
Stored size: 478 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
20 entries across 18 versions & 3 rubygems