# File lib/fog/compute/requests/brightbox/get_account.rb, line 6
        def get_account(options = {})
          request(
            :expects  => [200],
            :method   => 'GET',
            :path     => "/1.0/account",
            :headers  => {"Content-Type" => "application/json"},
            :body     => options.to_json
          )
        end