Module: DNS::Zonefile::ZonefileGrammar::MxRecord1

Defined in:
lib/dns/zonefile/parser.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



1387
1388
1389
# File 'lib/dns/zonefile/parser.rb', line 1387

def to_s
  "#{host} #{ttl} #{klass} MX #{priority} #{exchanger}"
end