Class: Net::NNTP::TransferArticle
- Inherits:
-
ContinueResponse
- Object
- Response
- ContinueResponse
- Net::NNTP::TransferArticle
- Defined in:
- lib/net/nntp/response.rb
Overview
Code: 335
Instance Attribute Summary
Attributes inherited from Response
Instance Method Summary collapse
Methods inherited from Response
#==, #body, class_from_code, create, #force_close?, #generic?, #has_body?, #initialize, #multiline?
Constructor Details
This class inherits a constructor from Net::NNTP::Response
Instance Method Details
#needs_article? ⇒ Boolean
480 481 482 |
# File 'lib/net/nntp/response.rb', line 480 def needs_article? true end |