Sha256: fd139d3cce18bfb50689c709edf535229b26fae3279cca7d90c23558935b56dc
Contents?: true
Size: 444 Bytes
Versions: 3
Compression:
Stored size: 444 Bytes
Contents
module Fog module Compute class Brightbox 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
3 entries across 3 versions & 2 rubygems