Method: Async::DNS::Transaction#response

Defined in:
lib/async/dns/transaction.rb

#responseObject (readonly)

The current full response to the incoming query.



50
51
52
# File 'lib/async/dns/transaction.rb', line 50

def response
  @response
end