class AutomateIt::DownloadManager
Public Instance Methods
download(*arguments)
click to toggle source
Downloads the source
document.
Options:
-
:to – Saves source to this filename or directory. Defaults to current directory.
# File lib/automateit/download_manager.rb, line 12 def download(*arguments) dispatch(*arguments) end