Class: RakeMKV::Configuration

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/rakemkv/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#binaryObject



7
8
9
# File 'lib/rakemkv/configuration.rb', line 7

def binary
  @binary || "makemkvcon"
end

#destination=(value) ⇒ Object (writeonly)

Sets the attribute destination

Parameters:

  • value

    the value to set the attribute destination to.



5
6
7
# File 'lib/rakemkv/configuration.rb', line 5

def destination=(value)
  @destination = value
end

#minimum_title_lengthObject

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