Class: Attachs::Processors::Base
- Inherits:
-
Object
- Object
- Attachs::Processors::Base
- Defined in:
- lib/attachs/processors/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(attachment, source) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(attachment, source) ⇒ Base
5 6 7 8 |
# File 'lib/attachs/processors/base.rb', line 5 def initialize(, source) @attachment = @source = source end |