Class: Net::DNS::RR::TXT
- Inherits:
-
Net::DNS::RR
- Object
- Net::DNS::RR
- Net::DNS::RR::TXT
- Defined in:
- lib/net/dns/rr/txt.rb
Overview
RR type TXT
Constant Summary
Constants inherited from Net::DNS::RR
Constants included from Names
Instance Attribute Summary collapse
-
#txt ⇒ Object
readonly
Returns the value of attribute txt.
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
#txt ⇒ Object (readonly)
Returns the value of attribute txt.
8 9 10 |
# File 'lib/net/dns/rr/txt.rb', line 8 def txt @txt end |