Module: MxxRu::Externals::Impl::WebDownloaderOptions

Included in:
ArchiveAsExternals
Defined in:
lib/mxx_ru/externals.rb

Instance Method Summary collapse

Instance Method Details

#all_downloader_optionsObject



172
173
174
# File 'lib/mxx_ru/externals.rb', line 172

def all_downloader_options
  downloader_option_storage
end

#downloader_option(downloader_id, *values) ⇒ Object



164
165
166
# File 'lib/mxx_ru/externals.rb', line 164

def downloader_option(downloader_id, *values)
  downloader_option_storage()[downloader_id].push(*values)
end

#downloader_options_for(downloader_id) ⇒ Object



168
169
170
# File 'lib/mxx_ru/externals.rb', line 168

def downloader_options_for(downloader_id)
  downloader_option_storage()[downloader_id]
end