Sha256: c89565556a4f40c3ab7850ff4eec6f97ed3b41ad24db8416684c33e0570fae63
Contents?: true
Size: 657 Bytes
Versions: 13
Compression:
Stored size: 657 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 # # @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
13 entries across 11 versions & 2 rubygems