Class: Mailtrap::EmailLogEventDetails::Delivery
- Inherits:
-
Struct
- Object
- Struct
- Mailtrap::EmailLogEventDetails::Delivery
- Defined in:
- lib/mailtrap/email_log_event_details.rb
Overview
For event_type = delivery
Instance Attribute Summary collapse
-
#email_service_provider ⇒ Object
Returns the value of attribute email_service_provider.
-
#recipient_mx ⇒ Object
Returns the value of attribute recipient_mx.
-
#sending_ip ⇒ Object
Returns the value of attribute sending_ip.
Instance Attribute Details
#email_service_provider ⇒ Object
Returns the value of attribute email_service_provider
8 9 10 |
# File 'lib/mailtrap/email_log_event_details.rb', line 8 def email_service_provider @email_service_provider end |
#recipient_mx ⇒ Object
Returns the value of attribute recipient_mx
8 9 10 |
# File 'lib/mailtrap/email_log_event_details.rb', line 8 def recipient_mx @recipient_mx end |
#sending_ip ⇒ Object
Returns the value of attribute sending_ip
8 9 10 |
# File 'lib/mailtrap/email_log_event_details.rb', line 8 def sending_ip @sending_ip end |