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.



157
158
159
# File 'lib/dnsruby.rb', line 157

def response
  @response
end