class Resolv::DNS::Resource::MINFO
Mailing list or mailbox information.
Attributes
Mailbox to use for error messages related to the mail list or mailbox.
Domain name responsible for this mail list or mailbox.
Public Class Methods
Source
# File lib/resolv.rb, line 2356 def initialize(rmailbx, emailbx) @rmailbx = rmailbx @emailbx = emailbx end