Sha256: 4756d83c46d9ae6ad9469a6cd94788089c841b524f6f6088dc0d8515351fb582
Contents?: true
Size: 358 Bytes
Versions: 66
Compression:
Stored size: 358 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
66 entries across 66 versions & 4 rubygems