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