Class: Mailtrap::EmailLogEventDetails::Reject
- Inherits:
-
Struct
- Object
- Struct
- Mailtrap::EmailLogEventDetails::Reject
- Defined in:
- lib/mailtrap/email_log_event_details.rb
Overview
For event_type = suspension or reject
Instance Attribute Summary collapse
-
#reject_reason ⇒ Object
Returns the value of attribute reject_reason.
Instance Attribute Details
#reject_reason ⇒ Object
Returns the value of attribute reject_reason
34 35 36 |
# File 'lib/mailtrap/email_log_event_details.rb', line 34 def reject_reason @reject_reason end |