# File lib/fog/softlayer/requests/dns/get_domains.rb, line 12 def get_domains response = Excon::Response.new response.body = @softlayer_domains response.status = 200 return response end