Class: Net::NNTP::Help

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

Overview

RFC 3977

Valid Response: HelpResponse

Instance Method Summary collapse

Methods inherited from Request

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

Constructor Details

#initializeHelp

Returns a new instance of Help.



166
167
168
# File 'lib/net/nntp/request.rb', line 166

def initialize
  super 'HELP'
end