Class: Dnsruby::QTypes

Inherits:
CodeMapper show all
Defined in:
lib/dnsruby/code_mappers.rb

Constant Summary collapse

IXFR =

incremental transfer [RFC1995]

251
AXFR =

transfer of an entire zone [RFC1035]

252
MAILB =

mailbox-related RRs (MB, MG or MR) [RFC1035]

253
MAILA =

mail agent RRs (Obsolete - see MX) [RFC1035]

254
ANY =

all records [RFC1035]

255

Instance Attribute Summary

Attributes inherited from CodeMapper

#code, #string

Method Summary

Methods inherited from CodeMapper

#<=>, #==, add_pair, #hash, #initialize, #inspect, method_missing, regexp, #set_code, #set_string, strings, to_code, to_string, #unknown_code, #unknown_string, update

Constructor Details

This class inherits a constructor from Dnsruby::CodeMapper