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

Inherits:
Object
  • Object
show all
Defined in:
lib/logstash/patches/resolv_9270.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(msg, data, sock) ⇒ Sender

Returns a new instance of Sender.



738
739
740
741
742
# File 'lib/logstash/patches/resolv_9270.rb', line 738

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