Fog::Collection
Returns an array of all public images.
Fog::Softlayer.images.all
# File lib/fog/softlayer/models/compute/images.rb, line 22 def all load(service.request(:virtual_guest_block_device_template_group, :get_public_images).body) self end
Used to retrieve an image
# File lib/fog/softlayer/models/compute/images.rb, line 28 def get(uuid) self.class.new(:service => service).all.detect {|image| image.id == uuid} end
[Validate]
Generated with the Darkfish Rdoc Generator 2.