Exception: Dnsruby::ResolvError

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

Overview

An error raised while querying for a resource

Instance Attribute Summary collapse

Instance Attribute Details

#responseObject

Returns the value of attribute response.



161
162
163
# File 'lib/dnsruby.rb', line 161

def response
  @response
end