Method: Jetel::Modules::Module.extracted_file

Defined in:
lib/jetel/modules/module.rb

.extracted_file(modul, source, opts) ⇒ Object



58
59
60
# File 'lib/jetel/modules/module.rb', line 58

def extracted_file(modul, source, opts)
  File.join(extract_dir(modul, source, opts), source[:filename_extracted] || source[:url].split('/').last)
end