Sha256: 7d226e7717281846b4d828b55202096a360d9aec5a765bc42eda5fcc29120e49
Contents?: true
Size: 310 Bytes
Versions: 6
Compression:
Stored size: 310 Bytes
Contents
require 'xing/snapshot/site_snapshot' require 'xing/snapshot/fetcher' module Xing module Snapshot class RemoteSiteSnapshot < SiteSnapshot def setup @fetcher = Xing::Snapshot::Fetcher.new end def fetch(url, path) @fetcher.perform(url, path) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems