Class Dnsruby::RR::TXT
In: lib/Dnsruby/resource/TXT.rb
Parent: RR

Class for DNS Text (TXT) resource records. RFC 1035 Section 3.3.14

Methods

Constants

TypeValue = Types::TXT #:nodoc: all
ESCAPE_CHARS = {"b" => 8, "t" => 9, "n" => 10, "v" => 11, "f" => 12, "r" => 13}
ESCAPE_CODES = ESCAPE_CHARS.invert

Attributes

strings  [RW]  List of the individual elements

Public Class methods

Public Instance methods

[Validate]