class Net::SMTP::Response

def initialize(status, string)

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