# File lib/Dnsruby/resource/RP.rb, line 38 def from_hash(hash) @mailbox = Name.create(hash[:mailbox]) @txtdomain = Name.create(hash[:txtdomain]) end