Sha256: 7050a2b17be2a869147f50ea924d70b893eb119d46a082865b38f82a4c8b401d
Contents?: true
Size: 478 Bytes
Versions: 23
Compression:
Stored size: 478 Bytes
Contents
module Fog module Brightbox class Compute 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
23 entries across 23 versions & 1 rubygems