Class: Mailkube::Events::EmailFailedEvent
- Defined in:
- lib/mailkube/events/envelopes.rb,
sig/mailkube/events/envelopes.rbs
Overview
A scheduled send never went out.
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
-
#data ⇒ FailedData
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 ⇒ FailedData
Returns the event payload.
59 |
# File 'lib/mailkube/events/envelopes.rb', line 59 def data = block(FailedData, "data") |