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