class Resolv::DNS::Resource::MINFO
Mailing list or mailbox information.
Attributes
emailbx[R]
Mailbox to use for error messages related to the mail list or mailbox.
rmailbx[R]
Domain name responsible for this mail list or mailbox.
Public Class Methods
# File lib/resolv.rb, line 1949 def initialize(rmailbx, emailbx) @rmailbx = rmailbx @emailbx = emailbx end
Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.