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

#fetchObject



19
20
21
# File 'lib/repub/app/fetcher.rb', line 19

def fetch
  Fetcher.new(options).fetch
end