Class: Dnsruby::RR::ANY
- Inherits:
-
Dnsruby::RR
- Object
- Dnsruby::RR
- Dnsruby::RR::ANY
- Defined in:
- lib/dnsruby/resource/generic.rb
Overview
ANY RR
A Query type requesting any RR
Constant Summary collapse
Constants inherited from Dnsruby::RR
Instance Attribute Summary
Attributes inherited from Dnsruby::RR
#klass, #name, #rdata, #ttl, #type
Class Method Summary collapse
-
.decode_rdata(msg) ⇒ Object
:nodoc: all.
Instance Method Summary collapse
Methods inherited from Dnsruby::RR
#<=>, #==, #clone, create, #eql?, find_class, #from_hash, #from_string, get_class, get_num, #hash, implemented_rrs, #init_defaults, new_from_data, new_from_hash, new_from_string, #rdata_to_string, #rdlength, #sameRRset, #to_s
Class Method Details
.decode_rdata(msg) ⇒ Object
:nodoc: all
128 129 130 |
# File 'lib/dnsruby/resource/generic.rb', line 128 def self.decode_rdata(msg) #:nodoc: all return self.new([]) end |
Instance Method Details
#encode_rdata(msg, canonical = false) ⇒ Object
:nodoc: all
125 126 127 |
# File 'lib/dnsruby/resource/generic.rb', line 125 def encode_rdata(msg, canonical=false) #:nodoc: all return "" end |
#from_data(data) ⇒ Object
131 132 |
# File 'lib/dnsruby/resource/generic.rb', line 131 def from_data(data) end |