= private = protected
new(status, string)
Creates a new instance of the Response class and sets the status and string attributes
# File lib/net/smtp.rb, line 1004 def initialize(status, string) @status = status @string = string end