Class: Mailkube::Events::EmailDeliveredEvent
- Defined in:
- lib/mailkube/events/envelopes.rb,
sig/mailkube/events/envelopes.rbs
Overview
A recipient's server accepted the message.
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
-
#data ⇒ DeliveredData
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 ⇒ DeliveredData
Returns the event payload.
29 |
# File 'lib/mailkube/events/envelopes.rb', line 29 def data = block(DeliveredData, "data") |