Module mixed in to all SMTP error classes
SMTP
This class is a module for backward compatibility. In later release, this module becomes a class.
# File net-smtp-0.3.1/lib/net/smtp.rb, line 37 def initialize(response, message: nil) @response = response @message = message end
# File net-smtp-0.3.1/lib/net/smtp.rb, line 42 def message @message || response.message end
This page was generated for Ruby 3.1.0
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.42.0.