Sha256: 6efaaf3da70074d53a1e7310c316ba3ed21e3436aa91ded76007e9d1a54c82c0
Contents?: true
Size: 480 Bytes
Versions: 7
Compression:
Stored size: 480 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
7 entries across 7 versions & 2 rubygems