Class: Mail::Message
- Inherits:
-
Object
- Object
- Mail::Message
- Defined in:
- lib/hermes/mail_ext.rb,
lib/providers/plivo/mail_ext.rb,
lib/providers/twilio/mail_ext.rb,
lib/providers/mailgun/mail_ext.rb,
lib/providers/twitter/mail_ext.rb
Instance Attribute Summary collapse
-
#hermes_type ⇒ Object
Returns the value of attribute hermes_type.
-
#mailgun_domain ⇒ Object
Returns the value of attribute mailgun_domain.
-
#mailgun_headers ⇒ Object
Returns the value of attribute mailgun_headers.
-
#mailgun_options ⇒ Object
Returns the value of attribute mailgun_options.
-
#mailgun_recipient_variables ⇒ Object
Returns the value of attribute mailgun_recipient_variables.
-
#mailgun_variables ⇒ Object
Returns the value of attribute mailgun_variables.
-
#plivo_url ⇒ Object
Returns the value of attribute plivo_url.
-
#twilio_status_callback ⇒ Object
Returns the value of attribute twilio_status_callback.
-
#twitter_oauth_token ⇒ Object
Returns the value of attribute twitter_oauth_token.
-
#twitter_oauth_token_secret ⇒ Object
Returns the value of attribute twitter_oauth_token_secret.
Instance Attribute Details
#hermes_type ⇒ Object
Returns the value of attribute hermes_type.
3 4 5 |
# File 'lib/hermes/mail_ext.rb', line 3 def hermes_type @hermes_type end |
#mailgun_domain ⇒ Object
Returns the value of attribute mailgun_domain.
7 8 9 |
# File 'lib/providers/mailgun/mail_ext.rb', line 7 def mailgun_domain @mailgun_domain end |
#mailgun_headers ⇒ Object
Returns the value of attribute mailgun_headers.
6 7 8 |
# File 'lib/providers/mailgun/mail_ext.rb', line 6 def mailgun_headers @mailgun_headers end |
#mailgun_options ⇒ Object
Returns the value of attribute mailgun_options.
4 5 6 |
# File 'lib/providers/mailgun/mail_ext.rb', line 4 def @mailgun_options end |
#mailgun_recipient_variables ⇒ Object
Returns the value of attribute mailgun_recipient_variables.
5 6 7 |
# File 'lib/providers/mailgun/mail_ext.rb', line 5 def mailgun_recipient_variables @mailgun_recipient_variables end |
#mailgun_variables ⇒ Object
Returns the value of attribute mailgun_variables.
3 4 5 |
# File 'lib/providers/mailgun/mail_ext.rb', line 3 def mailgun_variables @mailgun_variables end |
#plivo_url ⇒ Object
Returns the value of attribute plivo_url.
3 4 5 |
# File 'lib/providers/plivo/mail_ext.rb', line 3 def plivo_url @plivo_url end |
#twilio_status_callback ⇒ Object
Returns the value of attribute twilio_status_callback.
3 4 5 |
# File 'lib/providers/twilio/mail_ext.rb', line 3 def twilio_status_callback @twilio_status_callback end |
#twitter_oauth_token ⇒ Object
Returns the value of attribute twitter_oauth_token.
3 4 5 |
# File 'lib/providers/twitter/mail_ext.rb', line 3 def twitter_oauth_token @twitter_oauth_token end |
#twitter_oauth_token_secret ⇒ Object
Returns the value of attribute twitter_oauth_token_secret.
4 5 6 |
# File 'lib/providers/twitter/mail_ext.rb', line 4 def twitter_oauth_token_secret @twitter_oauth_token_secret end |