Class: Net::NNTP::Last

Inherits:
SelectionRequest show all
Defined in:
lib/net/nntp/request.rb

Overview

RFC 3977

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

Methods inherited from SelectionRequest

#capability

Methods inherited from Request

#capability, #command, #dotstuff, #msgid_or_range, #range, #valid_response?

Constructor Details

#initializeLast

Returns a new instance of Last.



366
367
368
# File 'lib/net/nntp/request.rb', line 366

def initialize
  super 'LAST'
end