Class: Gem::Resolv::DNS::Resource::MINFO
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: | |
| Instance Chain: | |
| Inherits: | Gem::Resolv::DNS::Resource 
 | 
| Defined in: | lib/rubygems/vendor/resolv/lib/resolv.rb | 
Overview
Mailing list or mailbox information.
Constant Summary
- 
    TypeValue =
    Internal use only
    
 # File 'lib/rubygems/vendor/resolv/lib/resolv.rb', line 235714
::Gem::Resolv::DNS::Resource - Inherited
  
Class Method Summary
- .new(rmailbx, emailbx) ⇒ MINFO constructor
- .decode_rdata(msg) Internal use only
::Gem::Resolv::DNS::Resource - Inherited
::Gem::Resolv::DNS::Query - Inherited
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. 
::Gem::Resolv::DNS::Resource - Inherited
| #ttl | Remaining Time To Live for this  | 
Instance Method Summary
- #encode_rdata(msg) Internal use only
::Gem::Resolv::DNS::Resource - Inherited
::Gem::Resolv::DNS::Query - Inherited
Constructor Details
    .new(rmailbx, emailbx)  ⇒ MINFO 
  
Class Method Details
.decode_rdata(msg)
    This method is for internal use only.
  
  [ GitHub ]
Instance Attribute Details
#emailbx (readonly)
Mailbox to use for error messages related to the mail list or mailbox.
# File 'lib/rubygems/vendor/resolv/lib/resolv.rb', line 2372
attr_reader :emailbx
#rmailbx (readonly)
Domain name responsible for this mail list or mailbox.
# File 'lib/rubygems/vendor/resolv/lib/resolv.rb', line 2367
attr_reader :rmailbx
Instance Method Details
#encode_rdata(msg)
    This method is for internal use only.
  
  [ GitHub ]
# File 'lib/rubygems/vendor/resolv/lib/resolv.rb', line 2374
def encode_rdata(msg) # :nodoc: msg.put_name(@rmailbx) msg.put_name(@emailbx) end