Net::NNTP::Response
Inherits JSON::Serializable < Reference < Object
Constructors
new(status : String, msg : String, text : Array(String) = [] of String)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
check!(allow_continue = false) : Net::NNTP::Response
Sourcemsg
Sourcemsg=(msg : String)
Sourcestatus
Sourcestatus=(status : String)
Sourcetext
Sourcetext=(text : Array(String))
Sourcevalid?(allow_continue = false) : Bool
Source