Class: Resolv::DNS::Requester::ConnectedUDP::Sender
- Defined in:
- lib/logstash/patches/resolv_9270.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#data ⇒ Object
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
#data ⇒ Object (readonly)
Returns the value of attribute data.
884 885 886 |
# File 'lib/logstash/patches/resolv_9270.rb', line 884 def data @data end |
Instance Method Details
#send ⇒ Object
880 881 882 883 |
# File 'lib/logstash/patches/resolv_9270.rb', line 880 def send raise "@sock is nil." if @sock.nil? @sock.send(@msg, 0) end |