Class: Truemail::Validate::Smtp::Response
- Inherits:
-
Struct
- Object
- Struct
- Truemail::Validate::Smtp::Response
- Defined in:
- lib/truemail/validate/smtp/response.rb
Instance Method Summary collapse
-
#initialize(errors: {}, **args) ⇒ Response
constructor
A new instance of Response.
Constructor Details
#initialize(errors: {}, **args) ⇒ Response
Returns a new instance of Response.
9 10 11 |
# File 'lib/truemail/validate/smtp/response.rb', line 9 def initialize(errors: {}, **args) super end |