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.



227
228
229
# File 'lib/dnsruby.rb', line 227

def partial_message
  @partial_message
end