Sha256: 97b0bb206c8a6fb1c67587c5e84f4aa2d07eb323fa965971c9c939f05ad0a7a1
Contents?: true
Size: 386 Bytes
Versions: 12
Compression:
Stored size: 386 Bytes
Contents
module Fog module Brightbox class Compute class Real def get_account(options = {}) request( :expects => [200], :method => 'GET', :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