Class: Mailkube::Events::ClickContext
- Inherits:
-
EngagementContext
- Object
- Node
- EngagementContext
- Mailkube::Events::ClickContext
- Defined in:
- lib/mailkube/events/contexts.rb,
sig/mailkube/events/contexts.rbs
Overview
A click interaction (email.clicked): an open, plus the link that was clicked.
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
-
#link ⇒ String
The clicked URL.
Methods inherited from EngagementContext
#ip_address, #timestamp, #user_agent
Methods inherited from Node
#==, #[], #block, #hash, #initialize, #to_h
Constructor Details
This class inherits a constructor from Mailkube::Events::Node
Instance Method Details
#link ⇒ String
Returns the clicked URL.
77 |
# File 'lib/mailkube/events/contexts.rb', line 77 def link = self["link"] |