class

Net::NNTP::Response

Inherits JSON::Serializable < Reference < Object

Constructors

new(status : String, msg : String, text : Array(String) = [] of String)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

check!(allow_continue = false) : Net::NNTP::Response
Source
msg=(msg : String)
Source
status
Source
status=(status : String)
Source
text
Source
text=(text : Array(String))
Source
valid?(allow_continue = false) : Bool
Source