Class: Net::NNTP::ConnectionClosing

Inherits:
OKResponse show all
Defined in:
lib/net/nntp/response.rb

Overview

Code: 205 Connection closing response. See NNTP#quit.

Instance Attribute Summary

Attributes inherited from Response

#code, #message, #request

Instance Method Summary collapse

Methods inherited from Response

#==, #body, class_from_code, create, #generic?, #has_body?, #initialize, #multiline?, #needs_article?

Constructor Details

This class inherits a constructor from Net::NNTP::Response

Instance Method Details

#force_close?Boolean

Returns:

  • (Boolean)


240
241
242
# File 'lib/net/nntp/response.rb', line 240

def force_close?
  true
end