Dnsruby::RR
Class for DNS Responsible Person (RP) resource records. RFC 1183 Section 2.2
Returns a domain name that specifies the mailbox for the responsible person.
A domain name that specifies a TXT record containing further information about the responsible person.
# File lib/Dnsruby/resource/RP.rb, line 30 30: def from_hash(hash) 31: @mailbox = Name.create(hash[:mailbox]) 32: @txtdomain = Name.create(hash[:txtdomain]) 33: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.