Class: Resolv::DNS::Requester::TCP::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.



918
919
920
# File 'lib/resolv.rb', line 918

def data
  @data
end

Instance Method Details

#sendObject



914
915
916
917
# File 'lib/resolv.rb', line 914

def send
  @sock.print(@msg)
  @sock.flush
end