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