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

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Sender

#initialize

Constructor Details

This class inherits a constructor from Resolv::DNS::Requester::Sender

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data.



866
867
868
# File 'lib/resolv.rb', line 866

def data
  @data
end

Instance Method Details

#sendObject



862
863
864
865
# File 'lib/resolv.rb', line 862

def send
  raise "@sock is nil." if @sock.nil?
  @sock.send(@msg, 0)
end