Class: Net::NNTP::Help
- Inherits:
-
InformationRequest
- Object
- Request
- InformationRequest
- Net::NNTP::Help
- Defined in:
- lib/net/nntp/request.rb
Overview
Valid Response: HelpResponse
Instance Method Summary collapse
-
#initialize ⇒ Help
constructor
A new instance of Help.
Methods inherited from Request
#capability, #command, #dotstuff, #msgid_or_range, #range, #valid_response?
Constructor Details
#initialize ⇒ Help
Returns a new instance of Help.
166 167 168 |
# File 'lib/net/nntp/request.rb', line 166 def initialize super 'HELP' end |