Class: Mailkube::Events::DelayedData
- Inherits:
-
MessageContext
- Object
- Node
- MessageContext
- Mailkube::Events::DelayedData
- Defined in:
- lib/mailkube/events/payloads.rb,
sig/mailkube/events/payloads.rbs
Overview
The data of email.delivery_delayed: the message, plus the deferral.
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
-
#delay ⇒ FailureContext
The deferral, with its SMTP code and reason.
Methods inherited from MessageContext
#created_at, #domain, #email_id, #from, #subject, #tags, #to
Methods inherited from Node
#==, #[], #block, #hash, #initialize, #to_h
Constructor Details
This class inherits a constructor from Mailkube::Events::Node
Instance Method Details
#delay ⇒ FailureContext
Returns the deferral, with its SMTP code and reason.
26 |
# File 'lib/mailkube/events/payloads.rb', line 26 def delay = block(FailureContext, "delay") |