Class: Mailtrap::EmailLogEventDetails::Reject

Inherits:
Struct
  • Object
show all
Defined in:
lib/mailtrap/email_log_event_details.rb

Overview

For event_type = suspension or reject

Instance Attribute Summary collapse

Instance Attribute Details

#reject_reasonObject

Returns the value of attribute reject_reason

Returns:

  • (Object)

    the current value of reject_reason



34
35
36
# File 'lib/mailtrap/email_log_event_details.rb', line 34

def reject_reason
  @reject_reason
end