DNS::Records::TXT
Inherits DNS::Records < Struct < Value < Object
Constructors
from_io(name : String, protocol_type : ProtocolType, io : IO, buffer : IO::Memory, options : Options = Options.new) : TXT
Sourcenew(name : String, classType : Packet::ClassFlag, ttl : Time::Span, txt : String)
SourceInstance methods
classType
SourceclassType=(classType : Packet::ClassFlag)
Sourcename
Sourcename=(name : String)
Sourcettl
Sourcettl=(ttl : Time::Span)
Sourcetxt
Sourcetxt=(txt : String)
Source