Class: Mail::SES::OptionsBuilder
- Inherits:
-
Object
- Object
- Mail::SES::OptionsBuilder
- Defined in:
- lib/mail/ses/options_builder.rb
Overview
Builds options for Aws::SESV2::Client#send_email
Instance Method Summary collapse
-
#build ⇒ Object
Returns the options for Aws::SESV2::Client#send_email.
-
#initialize(message, options = {}) ⇒ OptionsBuilder
constructor
message - The Mail::Message object to be sent.
Constructor Details
#initialize(message, options = {}) ⇒ OptionsBuilder
message - The Mail::Message object to be sent. options - The Hash options which override any defaults
from the .
10 11 12 13 |
# File 'lib/mail/ses/options_builder.rb', line 10 def initialize(, = {}) = = end |
Instance Method Details
#build ⇒ Object
Returns the options for Aws::SESV2::Client#send_email.
16 17 18 |
# File 'lib/mail/ses/options_builder.rb', line 16 def build .merge() end |