Sha256: 11007c616f20bfdff16a068e56148743adbf95469bec1b37bf0dcf554d509f4b
Contents?: true
Size: 343 Bytes
Versions: 13
Compression:
Stored size: 343 Bytes
Contents
module Fog module Compute class Brightbox class Real # Requests details about currently scoped account # # @return [Hash] The JSON response parsed to a Hash def get_scoped_account(options = {}) wrapped_request("get", "/1.0/account", [200], options) end end end end end
Version data entries
13 entries across 11 versions & 2 rubygems