Module: MandrillQueue::Message::Attachments::DSL
- Included in:
- Internal
- Defined in:
- lib/mandrill_queue/message/attachments.rb
Instance Method Summary collapse
Instance Method Details
#attachments(&block) ⇒ Object
112 113 114 115 116 |
# File 'lib/mandrill_queue/message/attachments.rb', line 112 def (&block) @_attachments ||= Attachments.new @_attachments.dsl(&block) if block_given? block_given? ? self : @_attachments end |