# File lib/fog/profitbricks/models/compute/images.rb, line 11 def all result = service.get_all_images load(result.body['items'].each { |img| flatten(img) }) end