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