Fog::Collection
# File lib/fog/storm_on_demand/models/compute/images.rb, line 22 def all(options={}) data = service.list_images(options).body['items'] load(data) end
# File lib/fog/storm_on_demand/models/compute/images.rb, line 12 def create(options={}) service.create_image(options) true end
# File lib/fog/storm_on_demand/models/compute/images.rb, line 17 def get(image_id) img = service.get_image_details(:id => image_id).body new(img) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.