Class: Net::NNTP::InformationResponse

Inherits:
Response
  • Object
show all
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

CapabilityList, DateResponse, HelpResponse

Instance Attribute Summary

Attributes inherited from Response

#code, #message, #request

Method Summary

Methods included from BodyBaseResponse

#body, #body=, #parse_body

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