Class: Resolv::DNS::Requester::Sender

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

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(msg, data, sock) ⇒ Sender

Returns a new instance of Sender.



719
720
721
722
723
# File 'lib/resolv.rb', line 719

def initialize(msg, data, sock)
  @msg = msg
  @data = data
  @sock = sock
end