Method: Attach::Attachment#processor
- Defined in:
- lib/attach/attachment.rb
#processor ⇒ Object
Return a processor for this attachment
84 85 86 |
# File 'lib/attach/attachment.rb', line 84 def processor @processor ||= Processor.new(self) end |