Method: Async::DNS::Transaction#response
- Defined in:
- lib/async/dns/transaction.rb
#response ⇒ Object (readonly)
The current full response to the incoming query.
50 51 52 |
# File 'lib/async/dns/transaction.rb', line 50 def response @response end |