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