# File lib/fog/slicehost/requests/dns/get_records.rb, line 20 def get_records request( :expects => 200, :method => 'GET', :parser => Fog::Parsers::DNS::Slicehost::GetRecords.new, :path => "records.xml" ) end