Class: EncoderTools::Strategies::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/encoder-tools/strategies/base.rb

Direct Known Subclasses

Movie, TV

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#titleObject

Returns the value of attribute title.



4
5
6
# File 'lib/encoder-tools/strategies/base.rb', line 4

def title
  @title
end