Class: Net::NNTP::Last
- Inherits:
-
SelectionRequest
- Object
- Request
- SelectionRequest
- Net::NNTP::Last
- Defined in:
- lib/net/nntp/request.rb
Overview
Request to select the article preceding the selected article in the current group.
Parent: Net::NNTP::SelectionRequest
Valid Responses: ArticleSelected, NoGroupSelected, InvalidArticle, NoPreviousArticle
Instance Method Summary collapse
-
#initialize ⇒ Last
constructor
A new instance of Last.
Methods inherited from SelectionRequest
Methods inherited from Request
#capability, #command, #dotstuff, #msgid_or_range, #range, #valid_response?
Constructor Details
#initialize ⇒ Last
Returns a new instance of Last.
366 367 368 |
# File 'lib/net/nntp/request.rb', line 366 def initialize super 'LAST' end |