# File lib/fog/dnsimple/requests/dns/get_domain.rb, line 26 def get_domain(id) request( :expects => 200, :method => "GET", :path => "/domains/#{id}" ) end