# File lib/fog/profitbricks/requests/compute/get_all_locations.rb, line 35 def get_all_locations(_options = {}) response = Excon::Response.new response.status = 200 response.body = data[:locations] response end