Class: Net::NNTP::InformationResponse
- Includes:
- BodyBaseResponse
- Defined in:
- lib/net/nntp/response.rb
Overview
Categorizes the responses starting with a code of 1xx as information responses.
All InformationResponse subclasses do have a body, so BodyBaseResponse is included here.
Subclasses
-
HelpResponse
-
CapabilityList
-
DateResponse
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Response
Method Summary
Methods included from BodyBaseResponse
Methods inherited from Response
#==, #body, class_from_code, create, #force_close?, #generic?, #has_body?, #initialize, #multiline?, #needs_article?
Constructor Details
This class inherits a constructor from Net::NNTP::Response