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