class

DNS::RR::SOA

Inherits Reference < Object

Constructors

from_io(io : IO, format : IO::ByteFormat) : self
Source
new(mname : DNS::Name = Name.new, rname : DNS::Name = Name.new, serial : UInt32 = 0_u32, refresh : UInt32 = 0_u32, retry : UInt32 = 0_u32, expire : UInt32 = 0_u32, minimum : UInt32 = 0_u32)
Source

Instance methods

expire
Source
expire=(expire : UInt32)
Source
minimum
Source
minimum=(minimum : UInt32)
Source
mname
Source
mname=(mname : Name)
Source
refresh
Source
refresh=(refresh : UInt32)
Source
retry
Source
retry=(retry : UInt32)
Source
rname
Source
rname=(rname : Name)
Source
serial
Source
serial=(serial : UInt32)
Source
to_io(io : IO, format : IO::ByteFormat)
Source