Class: RakeMKV::Configuration
- Inherits:
-
Object
- Object
- RakeMKV::Configuration
- Includes:
- Singleton
- Defined in:
- lib/rakemkv/configuration.rb
Instance Attribute Summary collapse
- #binary ⇒ Object
-
#destination ⇒ Object
writeonly
Sets the attribute destination.
-
#minimum_title_length ⇒ Object
Returns the value of attribute minimum_title_length.
Instance Method Summary collapse
Instance Attribute Details
#binary ⇒ Object
7 8 9 |
# File 'lib/rakemkv/configuration.rb', line 7 def binary @binary || "makemkvcon" end |
#destination=(value) ⇒ Object (writeonly)
Sets the attribute destination
5 6 7 |
# File 'lib/rakemkv/configuration.rb', line 5 def destination=(value) @destination = value end |
#minimum_title_length ⇒ Object
Returns the value of attribute minimum_title_length.
4 5 6 |
# File 'lib/rakemkv/configuration.rb', line 4 def minimum_title_length @minimum_title_length end |
Instance Method Details
#reset! ⇒ Object
11 12 13 |
# File 'lib/rakemkv/configuration.rb', line 11 def reset! self.binary = nil end |