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

Version Path
fog-brightbox-1.0.0.rc1 lib/fog/brightbox/requests/compute/get_scoped_account.rb
fog-brightbox-0.16.1 lib/fog/brightbox/requests/compute/get_scoped_account.rb
fog-brightbox-0.16.0 lib/fog/brightbox/requests/compute/get_scoped_account.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-brightbox-0.15.0/lib/fog/brightbox/requests/compute/get_scoped_account.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-brightbox-0.15.0/lib/fog/brightbox/requests/compute/get_scoped_account.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-brightbox-0.15.0/lib/fog/brightbox/requests/compute/get_scoped_account.rb
fog-brightbox-0.15.0 lib/fog/brightbox/requests/compute/get_scoped_account.rb
fog-brightbox-0.14.0 lib/fog/brightbox/requests/compute/get_scoped_account.rb
fog-brightbox-0.13.0 lib/fog/brightbox/requests/compute/get_scoped_account.rb
fog-brightbox-0.12.0 lib/fog/brightbox/requests/compute/get_scoped_account.rb
fog-brightbox-0.11.0 lib/fog/brightbox/requests/compute/get_scoped_account.rb
fog-brightbox-0.10.1 lib/fog/brightbox/requests/compute/get_scoped_account.rb
fog-brightbox-0.10.0 lib/fog/brightbox/requests/compute/get_scoped_account.rb