Module: Deployman::Component::Downloader
- Defined in:
- lib/deployman/component/downloader.rb
Defined Under Namespace
Classes: Main
Class Method Summary collapse
Class Method Details
.download_file(url, full_path, auth = false) ⇒ Object
9 10 11 |
# File 'lib/deployman/component/downloader.rb', line 9 def self.download_file(url, full_path, auth = false) Main.new.download_file(url, full_path, auth) end |