Fog::Collection
# File lib/fog/slicehost/models/compute/images.rb, line 12 def all data = connection.get_images.body['images'] load(data) end
# File lib/fog/slicehost/models/compute/images.rb, line 17 def get(image_id) connection.get_image(image_id) rescue Excon::Errors::Forbidden nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.