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

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



1183
1184
1185
# File 'lib/dns/zonefile/parser.rb', line 1183

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