Module: DNS::Zonefile::ZonefileGrammar::PtrRecord1

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



1461
1462
1463
# File 'lib/dns/zonefile/parser.rb', line 1461

def to_s
  "#{host} #{ttl} #{klass} PTR #{target}"
end