Method: Jetel::Modules::Module.downloaded_file
- Defined in:
- lib/jetel/modules/module.rb
.downloaded_file(modul, source, opts) ⇒ Object
54 55 56 |
# File 'lib/jetel/modules/module.rb', line 54 def downloaded_file(modul, source, opts) File.join(download_dir(modul, source, opts), source[:filename_downloaded] || source[:url].split('/').last) end |