class Net::NNTP::Response
- Net::NNTP::Response
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
net/nntp/response.crConstructors
- .new(status : String, msg : String, text : Array(String) = [] of String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #check!(allow_continue = false) : Net::NNTP::Response
- #msg : String
- #msg=(msg : String)
- #status : String
- #status=(status : String)
- #text : Array(String)
- #text=(text : Array(String))
- #valid?(allow_continue = false) : Bool