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

Methods

Constants

TypeValue = Types::SOA #:nodoc: all

Attributes

expire  [RW]  The zone‘s expire interval. How often, in seconds, a secondary nameserver is to use the data before refreshing from the primary nameserver
minimum  [RW]  The minimum (default) TTL for records in this zone.
mname  [RW]  The domain name of the original or primary nameserver for this zone.
refresh  [RW]  The zone‘s refresh interval. How often, in seconds, a secondary nameserver is to check for updates from the primary nameserver.
retry  [RW]  The zone‘s retry interval. How often, in seconds, a secondary nameserver is to retry, after a failure to check for a refresh
rname  [RW]  A domain name that specifies the mailbox for the person responsible for this zone.
serial  [RW]  The zone‘s serial number.

Public Instance methods

[Validate]