Class: Mailkube::Events::OpenedData
- Inherits:
-
MessageContext
- Object
- Node
- MessageContext
- Mailkube::Events::OpenedData
- Defined in:
- lib/mailkube/events/payloads.rb,
sig/mailkube/events/payloads.rbs
Overview
The data of email.opened: the message, plus the open.
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
-
#open ⇒ EngagementContext
The open.
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
#open ⇒ EngagementContext
Returns the open.
50 |
# File 'lib/mailkube/events/payloads.rb', line 50 def open = block(EngagementContext, "open") |