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 2359 def initialize(rmailbx, emailbx) @rmailbx = rmailbx @emailbx = emailbx end
Ruby Core © 1993–2024 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.