Class: Mailtrap::EmailLogEventDetails::Spam
- Inherits:
-
Struct
- Object
- Struct
- Mailtrap::EmailLogEventDetails::Spam
- Defined in:
- lib/mailtrap/email_log_event_details.rb
Overview
For event_type = spam
Instance Attribute Summary collapse
-
#spam_feedback_type ⇒ Object
Returns the value of attribute spam_feedback_type.
Instance Attribute Details
#spam_feedback_type ⇒ Object
Returns the value of attribute spam_feedback_type
28 29 30 |
# File 'lib/mailtrap/email_log_event_details.rb', line 28 def spam_feedback_type @spam_feedback_type end |