# File lib/fog/profitbricks/requests/compute/get_all_datacenters.rb, line 50 def get_all_datacenters response = Excon::Response.new response.status = 200 response.body = data[:datacenters] response end