class Fog::DNS::Rage4::Mock
Public Instance Methods
list_domains()
click to toggle source
# File lib/fog/rage4/requests/dns/list_domains.rb, line 27 def list_domains response = Excon::Response.new response.status = 200 response.body = self.data[:domains] response end