Class: Resolv::DNS::Requester::ConnectedUDP::Sender
Overview
:nodoc:
Instance Attribute Summary (collapse)
-
- (Object) data
readonly
Returns the value of attribute data.
Instance Method Summary (collapse)
Methods inherited from Sender
Constructor Details
This class inherits a constructor from Resolv::DNS::Requester::Sender
Instance Attribute Details
- (Object) data (readonly)
Returns the value of attribute data
772 773 774 |
# File 'lib/resolv.rb', line 772 def data @data end |
Instance Method Details
- (Object) send
769 770 771 |
# File 'lib/resolv.rb', line 769 def send @sock.send(@msg, 0) end |