Class: Mail::Message
- Inherits:
-
Object
- Object
- Mail::Message
- Defined in:
- lib/mail/paubox.rb
Instance Attribute Summary collapse
-
#allow_non_tls ⇒ Object
Returns the value of attribute allow_non_tls.
-
#force_secure_notification ⇒ Object
Returns the value of attribute force_secure_notification.
-
#source_tracking_id ⇒ Object
Returns the value of attribute source_tracking_id.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#allow_non_tls ⇒ Object
Returns the value of attribute allow_non_tls.
19 20 21 |
# File 'lib/mail/paubox.rb', line 19 def allow_non_tls @allow_non_tls end |
#force_secure_notification ⇒ Object
Returns the value of attribute force_secure_notification.
19 20 21 |
# File 'lib/mail/paubox.rb', line 19 def force_secure_notification @force_secure_notification end |
#source_tracking_id ⇒ Object
Returns the value of attribute source_tracking_id.
19 20 21 |
# File 'lib/mail/paubox.rb', line 19 def source_tracking_id @source_tracking_id end |
#status ⇒ Object
Returns the value of attribute status.
19 20 21 |
# File 'lib/mail/paubox.rb', line 19 def status @status end |