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.
Constant Summary
- 
    TypeValue =
    Internal use only
    
# File 'lib/resolv.rb', line 194614 
::Resolv::DNS::Resource - Inherited
  
Class Method Summary
- .new(rmailbx, emailbx) ⇒ MINFO constructor
 - .decode_rdata(msg) Internal use only
 
::Resolv::DNS::Resource - Inherited
::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.
 
::Resolv::DNS::Resource - Inherited
| #ttl | Remaining Time To Live for this   | 
    
Instance Method Summary
- #encode_rdata(msg) Internal use only
 
::Resolv::DNS::Resource - Inherited
::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/resolv.rb', line 1961
attr_reader :emailbx
#rmailbx (readonly)
Domain name responsible for this mail list or mailbox.
# File 'lib/resolv.rb', line 1956
attr_reader :rmailbx
Instance Method Details
#encode_rdata(msg)
    This method is for internal use only.
  
  [ GitHub ]
# File 'lib/resolv.rb', line 1963
def encode_rdata(msg) # :nodoc: msg.put_name(@rmailbx) msg.put_name(@emailbx) end