Class: Resolv::DNS::Resource::Generic
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: | |
| Instance Chain: | |
| Inherits: | Resolv::DNS::Resource 
 | 
| Defined in: | lib/resolv.rb | 
Overview
A generic resource abstract class.
Class Method Summary
- 
    
      .new(data)  ⇒ Generic 
    
    constructor
    Creates a new generic resource. 
Instance Attribute Summary
- 
    
      #data  
    
    readonly
    Data for this generic resource. 
::Resolv::DNS::Resource - Inherited
| #ttl | Remaining Time To Live for this ::Resolv::DNS::Resource. | 
Constructor Details
    .new(data)  ⇒ Generic 
  
Creates a new generic resource.
Instance Attribute Details
#data (readonly)
Data for this generic resource.
# File 'lib/resolv.rb', line 1761
attr_reader :data