Class: Net::NNTP::AuthenticationRequired
- Inherits:
-
RetryResponse
- Object
- Response
- RetryResponse
- Net::NNTP::AuthenticationRequired
- Defined in:
- lib/net/nntp/response.rb
Overview
Code: 480
Instance Attribute Summary
Attributes inherited from Response
Instance Method Summary collapse
-
#initialize(request, code, message) ⇒ AuthenticationRequired
constructor
A new instance of AuthenticationRequired.
Methods inherited from Response
#==, #body, class_from_code, create, #force_close?, #generic?, #has_body?, #multiline?, #needs_article?
Constructor Details
#initialize(request, code, message) ⇒ AuthenticationRequired
Returns a new instance of AuthenticationRequired.
584 585 586 |
# File 'lib/net/nntp/response.rb', line 584 def initialize(request, code, ) super request, code, , true end |