Sha256: 0571e325d52ab6cf29a1614af3bdc4cb8fb9b38d6b0769ed2b41d32dbaffbf7c
Contents?: true
Size: 444 Bytes
Versions: 12
Compression:
Stored size: 444 Bytes
Contents
module Fog module Brightbox class Compute class Real def update_account(options = {}) return nil if options.empty? || options.nil? request( :expects => [200], :method => 'PUT', :path => "/1.0/account", :headers => {"Content-Type" => "application/json"}, :body => options.to_json ) end end end end end
Version data entries
12 entries across 12 versions & 2 rubygems