Class: Net::NNTP::SelectionRequest

Inherits:
Request
  • Object
show all
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

Direct Known Subclasses

Group, Last, Listgroup, 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

#capabilityObject



267
268
269
# File 'lib/net/nntp/request.rb', line 267

def capability
  'reader'
end