Module: DNS::Zonefile::ZonefileGrammar::NsRecord1
- Defined in:
- lib/dns/zonefile/parser.rb
Instance Method Summary collapse
Instance Method Details
#record_type ⇒ Object
1684 1685 1686 |
# File 'lib/dns/zonefile/parser.rb', line 1684 def record_type "NS" end |
#to_s ⇒ Object
1680 1681 1682 |
# File 'lib/dns/zonefile/parser.rb', line 1680 def to_s "#{host} #{ttl} #{klass} NS #{nameserver}" end |