class Dnsruby::RR::NAPTR
Class for DNS
Naming Authority Pointer (NAPTR
) resource records. RFC 2168
Attributes
Public Instance Methods
Source
# File lib/dnsruby/resource/NAPTR.rb, line 50 def regexp=(s) @regexp = TXT.parse(s)[0] end
Class for DNS
Naming Authority Pointer (NAPTR
) resource records. RFC 2168
# File lib/dnsruby/resource/NAPTR.rb, line 50 def regexp=(s) @regexp = TXT.parse(s)[0] end