# File lib/fog/compute/models/storm_on_demand/images.rb, line 12 def all data = connection.list_images.body['images'] load(data) end