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