Class: Mailtrap::EmailLogEventDetails::Bounce
- Inherits:
-
Struct
- Object
- Struct
- Mailtrap::EmailLogEventDetails::Bounce
- Defined in:
- lib/mailtrap/email_log_event_details.rb
Overview
For event_type = soft_bounce or bounce
Instance Attribute Summary collapse
-
#bounce_category ⇒ Object
Returns the value of attribute bounce_category.
-
#email_service_provider ⇒ Object
Returns the value of attribute email_service_provider.
-
#email_service_provider_response ⇒ Object
Returns the value of attribute email_service_provider_response.
-
#email_service_provider_status ⇒ Object
Returns the value of attribute email_service_provider_status.
-
#recipient_mx ⇒ Object
Returns the value of attribute recipient_mx.
-
#sending_ip ⇒ Object
Returns the value of attribute sending_ip.
Instance Attribute Details
#bounce_category ⇒ Object
Returns the value of attribute bounce_category
17 18 19 |
# File 'lib/mailtrap/email_log_event_details.rb', line 17 def bounce_category @bounce_category end |
#email_service_provider ⇒ Object
Returns the value of attribute email_service_provider
17 18 19 |
# File 'lib/mailtrap/email_log_event_details.rb', line 17 def email_service_provider @email_service_provider end |
#email_service_provider_response ⇒ Object
Returns the value of attribute email_service_provider_response
17 18 19 |
# File 'lib/mailtrap/email_log_event_details.rb', line 17 def email_service_provider_response @email_service_provider_response end |
#email_service_provider_status ⇒ Object
Returns the value of attribute email_service_provider_status
17 18 19 |
# File 'lib/mailtrap/email_log_event_details.rb', line 17 def email_service_provider_status @email_service_provider_status end |
#recipient_mx ⇒ Object
Returns the value of attribute recipient_mx
17 18 19 |
# File 'lib/mailtrap/email_log_event_details.rb', line 17 def recipient_mx @recipient_mx end |
#sending_ip ⇒ Object
Returns the value of attribute sending_ip
17 18 19 |
# File 'lib/mailtrap/email_log_event_details.rb', line 17 def sending_ip @sending_ip end |