Class: Mailkube::Events::SuppressionContext
- Defined in:
- lib/mailkube/events/contexts.rb,
sig/mailkube/events/contexts.rbs
Overview
Recipients suppressed for a message (email.suppressed).
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
-
#recipients ⇒ Array<String>
The suppressed recipients.
-
#timestamp ⇒ String
When the suppression was applied.
Methods inherited from Node
#==, #[], #block, #hash, #initialize, #to_h
Constructor Details
This class inherits a constructor from Mailkube::Events::Node
Instance Method Details
#recipients ⇒ Array<String>
Returns the suppressed recipients.
83 84 |
# File 'lib/mailkube/events/contexts.rb', line 83 def recipients = self["recipients"] # @return [String] when the suppression was applied. |
#timestamp ⇒ String
Returns when the suppression was applied.
85 |
# File 'lib/mailkube/events/contexts.rb', line 85 def = self["timestamp"] |