Sha256: f467184798b6cccb7066027bfa9999fbf75c91371f8da945349ccb2445d02919
Contents?: true
Size: 343 Bytes
Versions: 23
Compression:
Stored size: 343 Bytes
Contents
module Fog module Brightbox class Compute 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
23 entries across 23 versions & 1 rubygems