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