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