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