Class: Helo::MailType

Inherits:
Object
  • Object
show all
Defined in:
lib/helo/enums/mail_type.rb

Constant Summary collapse

TRANSACTIONAL =
"transactional"
BROADCAST =
"broadcast"

Class Method Summary collapse

Class Method Details

.allObject



8
9
10
# File 'lib/helo/enums/mail_type.rb', line 8

def self.all
  [TRANSACTIONAL, BROADCAST].freeze
end