Method: WebMerge::Notification#as_form_data
- Defined in:
- lib/web_merge/notification.rb
#as_form_data ⇒ Object
25 26 27 28 29 30 31 32 33 34 35 |
# File 'lib/web_merge/notification.rb', line 25 def as_form_data request_params = { to: to, from: from, subject: subject, html: html, security: security } request_params.merge!(password: password) if requires_password? request_params end |