module MxxRu::Externals
Constants
- EXTERNALS_STORAGE_DIR
Public Class Methods
downloader_option(downloader_id, *values)
click to toggle source
# File lib/mxx_ru/externals.rb, line 804 def Externals::downloader_option(downloader_id, *values) Impl::WebDownloader.downloader_option(downloader_id, *values) end
preffered_downloader(downloader_id)
click to toggle source
# File lib/mxx_ru/externals.rb, line 800 def Externals::preffered_downloader(downloader_id) Impl::WebDownloader.preffered_downloader(downloader_id) end