Class: Dnsruby::OpCode

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

Constant Summary collapse

Query =

RFC 1035

0
IQuery =

RFC 1035

1
Status =

RFC 1035

2
Notify =

RFC 1996

4
Update =

RFC 2136

5

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