Class: Helo::AttachmentDisposition

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

Constant Summary collapse

ATTACHMENT =
"attachment"
INLINE =
"inline"

Class Method Summary collapse

Class Method Details

.allObject



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

def self.all
  [ATTACHMENT, INLINE].freeze
end