Fog::Collection
# File lib/fog/serverlove/models/compute/images.rb, line 12 def all data = service.get_images.body load(data) end
# File lib/fog/serverlove/models/compute/images.rb, line 17 def get(image_id) data = service.get_image(image_id).body new(data) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.