# File lib/fog/dns/requests/slicehost/get_zones.rb, line 18 def get_zones request( :expects => 200, :method => 'GET', :parser => Fog::Parsers::DNS::Slicehost::GetZones.new, :path => 'zones.xml' ) end