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

Version Path
xing-backend-1.0.0.pre.beta lib/xing/snapshot/remote_site_snapshot.rb
xing-backend-0.0.25 lib/xing/snapshot/remote_site_snapshot.rb
xing-backend-0.0.23 lib/xing/snapshot/remote_site_snapshot.rb
xing-backend-0.0.22 lib/xing/snapshot/remote_site_snapshot.rb
xing-backend-0.0.21 lib/xing/snapshot/remote_site_snapshot.rb
xing-backend-0.0.20 lib/xing/snapshot/remote_site_snapshot.rb