Module: DNS::Zonefile::ZonefileGrammar::TxtRecord1
- Defined in:
- lib/dns/zonefile/parser.rb
Instance Method Summary collapse
Instance Method Details
#record_type ⇒ Object
2642 2643 2644 |
# File 'lib/dns/zonefile/parser.rb', line 2642 def record_type "TXT" end |
#to_s ⇒ Object
2638 2639 2640 |
# File 'lib/dns/zonefile/parser.rb', line 2638 def to_s "#{host} #{ttl} #{klass} TXT #{data}" end |