Parent

Methods

Class/Module Index [+]

Quicksearch

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.