Class: Dnsruby::RCode

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

Constant Summary collapse

NOERROR =

RFC 1035

0
FORMERR =

RFC 1035

1
SERVFAIL =

RFC 1035

2
NXDOMAIN =

RFC 1035

3
NOTIMP =

RFC 1035

4
REFUSED =

RFC 1035

5
YXDOMAIN =

RFC 2136

6
YXRRSET =

RFC 2136

7
NXRRSET =

RFC 2136

8
NOTAUTH =

RFC 2136

9
NOTZONE =

RFC 2136

10
BADSIG =

BADVERS = 16 # an EDNS ExtendedRCode

16
BADKEY =
17
BADTIME =
18
BADMODE =
19
BADNAME =
20
BADALG =
21

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