Parent

Methods

Class Index [+]

Quicksearch

Dnsruby::RR::NAPTR

Class for DNS Naming Authority Pointer (NAPTR) resource records. RFC 2168

Constants

TypeValue

Attributes

order[RW]

The NAPTR RR order field

preference[RW]

The NAPTR RR preference field

flags[RW]

The NAPTR RR flags field

service[RW]

The NAPTR RR service field

regexp[RW]

The NAPTR RR regexp field

replacement[RW]

The NAPTR RR replacement field

Public Instance Methods

regexp=(s) click to toggle source
    # File lib/Dnsruby/resource/NAPTR.rb, line 50
50:       def regexp=(s)
51:         @regexp = TXT.parse(s)[0]
52:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.