Class: Helo::EventType
- Inherits:
-
Object
- Object
- Helo::EventType
- Defined in:
- lib/helo/enums/event_type.rb
Constant Summary collapse
- ACCEPTED =
"accepted"- PROCESSED =
"processed"- DELIVERED =
"delivered"- BOUNCED =
"bounced"- OPENED =
"opened"- CLICKED =
"clicked"- COMPLAINED =
"complained"- UNSUBSCRIBED =
"unsubscribed"- RESUBSCRIBED =
"resubscribed"
Class Method Summary collapse
Class Method Details
.all ⇒ Object
15 16 17 |
# File 'lib/helo/enums/event_type.rb', line 15 def self.all [ACCEPTED, PROCESSED, DELIVERED, BOUNCED, OPENED, CLICKED, COMPLAINED, UNSUBSCRIBED, RESUBSCRIBED].freeze end |