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