Module: Repub::App::Fetcher
- Included in:
- Repub::App
- Defined in:
- lib/repub/app/fetcher.rb
Defined Under Namespace
Classes: Cache, FetcherException, FetcherSupport
Constant Summary collapse
- AssetTypes =
{ :documents => %w[html htm], :stylesheets => %w[css], :images => %w[jpg jpeg png gif svg] }
Instance Method Summary collapse
Instance Method Details
#fetch ⇒ Object
19 20 21 |
# File 'lib/repub/app/fetcher.rb', line 19 def fetch FetcherSupport.new().fetch end |