# File lib/fog/dnsimple/requests/dns/list_domains.rb, line 24 def list_domains request( :expects => 200, :method => 'GET', :path => '/domains' ) end