Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • resolv.rb

Methods

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

new(rmailbx, emailbx) click to toggle source
 
               # File resolv.rb, line 1876
def initialize(rmailbx, emailbx)
  @rmailbx = rmailbx
  @emailbx = emailbx
end