method

decode_rdata

decode_rdata(msg)
public

No documentation available.

# File lib/resolv.rb, line 1767
        def self.decode_rdata(msg) # :nodoc:
          return self.new(msg.get_bytes)
        end