class Resolv::DNS::Resource::MINFO

Parent:
Resolv::DNS::Resource

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

new(rmailbx, emailbx) Show source
# File lib/resolv.rb, line 1956
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.