Class: Net::NNTP::SelectionRequest
- Defined in:
- lib/net/nntp/request.rb
Overview
Categorizes requests that manipulate the internal server state (selecting groups and/or articles)
Parent: Net::NNTP::Request
Subclasses:
-
Net::NNTP::Group
-
Net::NNTP::Listgroup
-
Net::NNTP::Last
-
Net::NNTP::Next
Instance Method Summary collapse
Methods inherited from Request
#command, #dotstuff, #initialize, #msgid_or_range, #range, #valid_response?
Constructor Details
This class inherits a constructor from Net::NNTP::Request
Instance Method Details
#capability ⇒ Object
267 268 269 |
# File 'lib/net/nntp/request.rb', line 267 def capability 'reader' end |