Sha256: c1b240508fb33c18ae8adcf2dab9698f9154717b9c36746eadbe8132c73dc388
Contents?: true
Size: 357 Bytes
Versions: 7
Compression:
Stored size: 357 Bytes
Contents
module Fog module Compute class Brightbox class Real # # @return [Hash] if successful Hash version of JSON object # # @see https://api.gb1.brightbox.com/1.0/#account_list_accounts # def list_accounts wrapped_request("get", "/1.0/accounts", [200]) end end end end end
Version data entries
7 entries across 7 versions & 2 rubygems