Class: Helo::SuppressionReason
- Inherits:
-
Object
- Object
- Helo::SuppressionReason
- Defined in:
- lib/helo/enums/suppression_reason.rb
Constant Summary collapse
- BOUNCE =
"bounce"- COMPLAINT =
"complaint"- UNSUBSCRIBE =
"unsubscribe"- MANUAL =
"manual"
Class Method Summary collapse
Class Method Details
.all ⇒ Object
10 11 12 |
# File 'lib/helo/enums/suppression_reason.rb', line 10 def self.all [BOUNCE, COMPLAINT, UNSUBSCRIBE, MANUAL].freeze end |