Class: Helo::MailType
- Inherits:
-
Object
- Object
- Helo::MailType
- Defined in:
- lib/helo/enums/mail_type.rb
Constant Summary collapse
- TRANSACTIONAL =
"transactional"- BROADCAST =
"broadcast"
Class Method Summary collapse
Class Method Details
.all ⇒ Object
8 9 10 |
# File 'lib/helo/enums/mail_type.rb', line 8 def self.all [TRANSACTIONAL, BROADCAST].freeze end |