class Net::NNTP::Response

Included Modules

Defined in:

net/nntp/response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(status : String, msg : String, text : Array(String) = [] of String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def check!(allow_continue = false) : Net::NNTP::Response #

[View source]
def msg : String #

[View source]
def msg=(msg : String) #

[View source]
def status : String #

[View source]
def status=(status : String) #

[View source]
def text : Array(String) #

[View source]
def text=(text : Array(String)) #

[View source]
def valid?(allow_continue = false) : Bool #

[View source]