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