Class: Resolv::DNS::Resource::MINFO
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
|
|
Instance Chain:
|
|
Inherits: |
Resolv::DNS::Resource
|
Defined in: | lib/resolv.rb |
Overview
Mailing list or mailbox information.
Class Method Summary
- .new(rmailbx, emailbx) ⇒ MINFO constructor
Instance Attribute Summary
-
#emailbx
readonly
Mailbox to use for error messages related to the mail list or mailbox.
-
#rmailbx
readonly
Domain name responsible for this mail list or mailbox.
::Resolv::DNS::Resource - Inherited
#ttl | Remaining Time To Live for this ::Resolv::DNS::Resource. |
Constructor Details
.new(rmailbx, emailbx) ⇒ MINFO
Instance Attribute Details
#emailbx (readonly)
Mailbox to use for error messages related to the mail list or mailbox.
# File 'lib/resolv.rb', line 1969
attr_reader :emailbx
#rmailbx (readonly)
Domain name responsible for this mail list or mailbox.
# File 'lib/resolv.rb', line 1964
attr_reader :rmailbx