Method: Attach::Attachment#processor

Defined in:
lib/attach/attachment.rb

#processorObject

Return a processor for this attachment



84
85
86
# File 'lib/attach/attachment.rb', line 84

def processor
  @processor ||= Processor.new(self)
end