Sha256: c8529dcf5bbcf097b9fd2f58858a3a142d03dc59738a5283dcd9b78c1b34d2cd
Contents?: true
Size: 481 Bytes
Versions: 66
Compression:
Stored size: 481 Bytes
Contents
module Fog module Compute class Brightbox class Real # Lists summary details of images available for use by the Account. It includes those available to all customers # # # @return [Hash] if successful Hash version of JSON object # # @see https://api.gb1.brightbox.com/1.0/#image_list_images # def list_images wrapped_request("get", "/1.0/images", [200]) end end end end end
Version data entries
66 entries across 66 versions & 4 rubygems