Fog::Collection
# File lib/fog/ibm/models/compute/images.rb, line 12 def all load(service.list_images.body['images']) end
# File lib/fog/ibm/models/compute/images.rb, line 16 def get(image_id) begin new(service.get_image(image_id).body) rescue Fog::Compute::IBM::NotFound nil end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.