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