Class: Attachs::Processors::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/attachs/processors/base.rb

Direct Known Subclasses

Image

Instance Attribute Summary collapse

Instance Method Summary collapse

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_pathObject (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