A domain name that specifies a TXT record containing further information about the responsible person.
# File lib/Dnsruby/resource/RP.rb, line 38 def from_hash(hash) @mailbox = Name.create(hash[:mailbox]) @txtdomain = Name.create(hash[:txtdomain]) end
Generated with the Darkfish Rdoc Generator 2.