Class: Resolv::DNS::Requester::TCP::Sender
- Defined in:
- lib/resolv.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
917 918 919 |
# File 'lib/resolv.rb', line 917 def data @data end |
Instance Method Details
#send ⇒ Object
913 914 915 916 |
# File 'lib/resolv.rb', line 913 def send @sock.print(@msg) @sock.flush end |