Module: Repub::App::Fetcher
- Included in:
- Repub::App
- Defined in:
- lib/repub/app/fetcher.rb
Defined Under Namespace
Classes: Cache, Fetcher, FetcherException
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
18 19 20 |
# File 'lib/repub/app/fetcher.rb', line 18 def fetch Fetcher.new().fetch end |