Parent

Methods

Class Index [+]

Quicksearch

Dnsruby::RR::RP

Class for DNS Responsible Person (RP) resource records. RFC 1183 Section 2.2

Constants

TypeValue

Attributes

mailbox[RW]

Returns a domain name that specifies the mailbox for the responsible person.

txtdomain[RW]

A domain name that specifies a TXT record containing further information about the responsible person.

Public Instance Methods

from_hash(hash) click to toggle source
    # 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.