class Net::SMTP::Response
def initialize(status, string)
Creates a new instance of the Response class and sets the status and
def initialize(status, string) @status = status @string = string end
def initialize(status, string) @status = status @string = string end