Class: Net::DNS::RR::NULL
- Inherits:
-
Net::DNS::RR
- Object
- Net::DNS::RR
- Net::DNS::RR::NULL
- Defined in:
- lib/net/dns/rr/null.rb
Overview
RR type NULL
Constant Summary
Constants inherited from Net::DNS::RR
Constants included from Names
Instance Attribute Summary collapse
-
#null ⇒ Object
readonly
Returns the value of attribute null.
Attributes inherited from Net::DNS::RR
Method Summary
Methods inherited from Net::DNS::RR
#cls, #comp_data, #data, #initialize, #inspect, parse, parse_packet, #to_a, #to_s, #type, #value
Methods included from Names
#dn_comp, #dn_expand, #names_array, #pack_name, #valid?
Constructor Details
This class inherits a constructor from Net::DNS::RR
Instance Attribute Details
#null ⇒ Object (readonly)
Returns the value of attribute null.
8 9 10 |
# File 'lib/net/dns/rr/null.rb', line 8 def null @null end |