Class: Hydra::FileCharacterization::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/hydra/file_characterization.rb

Instance Method Summary collapse

Instance Method Details

#tool_path(tool_name, tool_path) ⇒ Object



116
117
118
# File 'lib/hydra/file_characterization.rb', line 116

def tool_path(tool_name, tool_path)
  Hydra::FileCharacterization.characterizer(tool_name).tool_path = tool_path
end