Sha256: 04df94ddbdbd3f837bfaa0b3d47bf62f9a13e1485ad67abc808043e932cde5b8

Contents?: true

Size: 320 Bytes

Versions: 7

Compression:

Stored size: 320 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
          wrapped_request("get", "/1.0/account", [200])
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-brightbox-0.9.0/lib/fog/brightbox/requests/compute/get_scoped_account.rb
fog-brightbox-0.9.0 lib/fog/brightbox/requests/compute/get_scoped_account.rb
fog-brightbox-0.8.0 lib/fog/brightbox/requests/compute/get_scoped_account.rb
fog-brightbox-0.7.2 lib/fog/brightbox/requests/compute/get_scoped_account.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-brightbox-0.7.1/lib/fog/brightbox/requests/compute/get_scoped_account.rb
fog-brightbox-0.7.1 lib/fog/brightbox/requests/compute/get_scoped_account.rb
fog-brightbox-0.7.0 lib/fog/brightbox/requests/compute/get_scoped_account.rb