Module: DNS::Zonefile::ZonefileGrammar::AaaaRecord1
- Defined in:
- lib/dns/zonefile/parser.rb
Instance Method Summary collapse
Instance Method Details
#record_type ⇒ Object
993 994 995 |
# File 'lib/dns/zonefile/parser.rb', line 993 def record_type "AAAA" end |
#to_s ⇒ Object
989 990 991 |
# File 'lib/dns/zonefile/parser.rb', line 989 def to_s "#{host} #{ttl} #{klass} AAAA #{ip_address}" end |