Class: EncoderTools::Strategies::TV

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

Instance Attribute Summary

Attributes inherited from Base

#input_path, #title

Instance Method Summary collapse

Constructor Details

#initialize(input_path) ⇒ TV

Returns a new instance of TV.



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

def initialize(input_path)
  super
  self.title = 1
end