Dnsruby::RR
Class for DNS Naming Authority Pointer (NAPTR) resource records. RFC 2168
The NAPTR RR flags field
The NAPTR RR order field
The NAPTR RR preference field
The NAPTR RR regexp field
The NAPTR RR replacement field
The NAPTR RR service field
# File lib/Dnsruby/resource/NAPTR.rb, line 50 def regexp=(s) @regexp = TXT.parse(s)[0] end