Class: Mailkube::Events::ClickedData

Inherits:
MessageContext show all
Defined in:
lib/mailkube/events/payloads.rb,
sig/mailkube/events/payloads.rbs

Overview

The data of email.clicked: the message, plus the click.

Instance Attribute Summary

Attributes inherited from Node

#raw

Instance Method Summary collapse

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

#clickClickContext

Returns the click, including the link.

Returns:



56
# File 'lib/mailkube/events/payloads.rb', line 56

def click = block(ClickContext, "click")