# File lib/fog/dnsmadeeasy/requests/dns/get_domain.rb, line 18 def get_domain(domain) request( :expects => 200, :method => "GET", :path => "/V1.2/domains/#{domain}" ) end