Module: MandrillQueue::Message::Images::DSL
- Included in:
- MandrillQueue::Message::Internal
- Defined in:
- lib/mandrill_queue/message/images.rb
Instance Method Summary collapse
Instance Method Details
#images(&block) ⇒ Object
23 24 25 26 27 |
# File 'lib/mandrill_queue/message/images.rb', line 23 def images(&block) @_images ||= Attachments.new @_images.dsl(&block) if block_given? block_given? ? self : @_images end |