Class: Helo::AttachmentDisposition
- Inherits:
-
Object
- Object
- Helo::AttachmentDisposition
- Defined in:
- lib/helo/enums/attachment_disposition.rb
Constant Summary collapse
- ATTACHMENT =
"attachment"- INLINE =
"inline"
Class Method Summary collapse
Class Method Details
.all ⇒ Object
8 9 10 |
# File 'lib/helo/enums/attachment_disposition.rb', line 8 def self.all [ATTACHMENT, INLINE].freeze end |