Sha256: 45940f33e21ddcca63628854bb0952bb48deaa55462aaab2612abab1d162e185
Contents?: true
Size: 657 Bytes
Versions: 23
Compression:
Stored size: 657 Bytes
Contents
module Fog module Brightbox class Compute class Real # Lists summary details of images available for use by the Account. It includes those available to all customers # # @param [Hash] options # @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded. # # @return [Hash] if successful Hash version of JSON object # # @see https://api.gb1.brightbox.com/1.0/#image_list_images # def list_images(options = {}) wrapped_request("get", "/1.0/images", [200], options) end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems