Class: Net::NNTP::OKResponse

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

Overview

Categorizes responses starting with a code of 2xx as OKResponses Codes: 2xx

DO NOT instantiate, use the following

Subclasses

  • PostingAllowed

  • PostingProhibited

  • ConnectionClosing

  • GroupSelected

  • ListInformationFollows

  • ArticleResponse

  • HeaderResponse

  • BodyResponse

  • ArticleSelected

  • OverviewInformation

  • HdrResponse

  • NewnewsResponse

  • NewgroupsResponse

  • TransferOK

  • ArticleReceived

  • AuthenticationAccepted

Instance Attribute Summary

Attributes inherited from Response

#code, #message, #request

Method Summary

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