Sha256: a056c271723104977267596e3eb46144c36d958058155bc04e997ef7a04e99c1
Contents?: true
Size: 421 Bytes
Versions: 12
Compression:
Stored size: 421 Bytes
Contents
module Fog module Brightbox class Compute class Real def reset_ftp_password_account(options = {}) request( :expects => [200], :method => 'POST', :path => "/1.0/account/reset_ftp_password", :headers => {"Content-Type" => "application/json"}, :body => options.to_json ) end end end end end
Version data entries
12 entries across 12 versions & 2 rubygems