Exception: Dnsruby::DecodeError

Inherits:
ResolvError
  • Object
show all
Defined in:
lib/dnsruby.rb

Overview

Indicates an error in decoding an incoming DNS message

Instance Attribute Summary collapse

Attributes inherited from ResolvError

#response

Instance Attribute Details

#partial_messageObject

Returns the value of attribute partial_message.



223
224
225
# File 'lib/dnsruby.rb', line 223

def partial_message
  @partial_message
end