Class: MandrillQueue::Message::Images

Inherits:
Attachments show all
Defined in:
lib/mandrill_queue/message/images.rb

Defined Under Namespace

Modules: DSL Classes: Image

Instance Method Summary collapse

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_classObject

Override default attachment class



31
32
33
# File 'lib/mandrill_queue/message/images.rb', line 31

def attachment_class
	Image
end