Class AutomateIt::DownloadManager
In: lib/automateit/download_manager.rb
Parent: Plugin::Manager

Methods

download  

Classes and Modules

Class AutomateIt::DownloadManager::BaseDriver
Class AutomateIt::DownloadManager::OpenURI

Public Instance methods

Downloads the source document if needed.

Options:

  • :to — Saves source to this filename or directory. Defaults to current directory.
  • :force — Downloads even if file is already present.

[Source]

# File lib/automateit/download_manager.rb, line 13
    def download(*arguments) dispatch(*arguments) end

[Validate]