Class: ResolvFiber::DNS::Requester::TCP::Sender
- Defined in:
- lib/resolv_fiber.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 ResolvFiber::DNS::Requester::Sender
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
939 940 941 |
# File 'lib/resolv_fiber.rb', line 939 def data @data end |
Instance Method Details
#send ⇒ Object
935 936 937 938 |
# File 'lib/resolv_fiber.rb', line 935 def send @sock.print(@msg) @sock.flush end |