Class: Net::NNTP::ArticleSelected
- Inherits:
-
ArticleBaseResponse
- Object
- Response
- OKResponse
- ArticleBaseResponse
- Net::NNTP::ArticleSelected
- Defined in:
- lib/net/nntp/response.rb
Overview
Code: 223
Instance Attribute Summary
Attributes inherited from ArticleBaseResponse
Attributes inherited from Response
Instance Method Summary collapse
-
#initialize(request, code, message) ⇒ ArticleSelected
constructor
A new instance of ArticleSelected.
Methods inherited from Response
#==, #body, class_from_code, create, #force_close?, #generic?, #has_body?, #multiline?, #needs_article?
Constructor Details
#initialize(request, code, message) ⇒ ArticleSelected
Returns a new instance of ArticleSelected.
398 399 400 |
# File 'lib/net/nntp/response.rb', line 398 def initialize(request, code, ) super request, code, , false, false end |