Class: Mailkube::Events::EmailSuppressedEvent
- Defined in:
- lib/mailkube/events/envelopes.rb,
sig/mailkube/events/envelopes.rbs
Overview
Recipients were suppressed rather than sent to.
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
-
#data ⇒ SuppressedData
The event payload.
Methods inherited from Event
Methods inherited from Node
#==, #[], #block, #hash, #initialize, #to_h
Constructor Details
This class inherits a constructor from Mailkube::Events::Node
Instance Method Details
#data ⇒ SuppressedData
Returns the event payload.
47 |
# File 'lib/mailkube/events/envelopes.rb', line 47 def data = block(SuppressedData, "data") |