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