Class: EncoderTools::Strategies::Base
- Inherits:
-
Object
- Object
- EncoderTools::Strategies::Base
- Defined in:
- lib/encoder-tools/strategies/base.rb
Instance Attribute Summary collapse
-
#input_path ⇒ Object
readonly
Returns the value of attribute input_path.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize(input_path) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(input_path) ⇒ Base
Returns a new instance of Base.
6 7 8 |
# File 'lib/encoder-tools/strategies/base.rb', line 6 def initialize(input_path) @input_path = input_path end |
Instance Attribute Details
#input_path ⇒ Object (readonly)
Returns the value of attribute input_path.
4 5 6 |
# File 'lib/encoder-tools/strategies/base.rb', line 4 def input_path @input_path end |
#title ⇒ Object
Returns the value of attribute title.
4 5 6 |
# File 'lib/encoder-tools/strategies/base.rb', line 4 def title @title end |