Class: MandrillQueue::Message::Images
- Inherits:
-
Attachments
- Object
- Attachments
- MandrillQueue::Message::Images
- Defined in:
- lib/mandrill_queue/message/images.rb
Defined Under Namespace
Instance Method Summary collapse
-
#attachment_class ⇒ Object
Override default attachment class.
Methods inherited from Attachments
#add, #attachments, #count, #initialize, #load_all, #set!, #to_a, #validate
Constructor Details
This class inherits a constructor from MandrillQueue::Message::Attachments
Instance Method Details
#attachment_class ⇒ Object
Override default attachment class
31 32 33 |
# File 'lib/mandrill_queue/message/images.rb', line 31 def Image end |