Class: Net::NNTP::ConnectionClosing
- Inherits:
-
OKResponse
- Object
- Response
- OKResponse
- Net::NNTP::ConnectionClosing
- Defined in:
- lib/net/nntp/response.rb
Overview
Code: 205 Connection closing response. See NNTP#quit.
Instance Attribute Summary
Attributes inherited from Response
Instance Method Summary collapse
Methods inherited from Response
#==, #body, class_from_code, create, #generic?, #has_body?, #initialize, #multiline?, #needs_article?
Constructor Details
This class inherits a constructor from Net::NNTP::Response
Instance Method Details
#force_close? ⇒ Boolean
240 241 242 |
# File 'lib/net/nntp/response.rb', line 240 def force_close? true end |