Class: Resolv::DNS::Requester::Sender
Do not use. This class is for internal use only.
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Subclasses:
|
|
Inherits: | Object |
Defined in: | lib/resolv.rb |
Class Method Summary
- .new(msg, data, sock) ⇒ Sender constructor
Constructor Details
.new(msg, data, sock) ⇒ Sender
# File 'lib/resolv.rb', line 719
def initialize(msg, data, sock) @msg = msg @data = data @sock = sock end