method
new
v1_8_7_330 -
Show latest stable
- Class:
Net::SMTP::Response
new(status, string)public
No documentation available.
# File lib/net/smtp.rb, line 969
def initialize(status, string)
@status = status
@string = string
end