Class: Dnsruby::RR::ANY

Inherits:
RR
  • Object
show all
Defined in:
lib/dnsruby/resource/generic.rb

Overview

ANY RR A Query type requesting any RR

Constant Summary collapse

ClassValue =

:nodoc: all

nil
TypeValue =

:nodoc: all

Types::ANY

Class Method Summary collapse

Instance Method Summary collapse

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