Sha256: c9e85ba45ac9ee244078cf4592f73fda6fea73095d2e39a1cad3b626c58a6a7a
Contents?: true
Size: 262 Bytes
Versions: 484
Compression:
Stored size: 262 Bytes
Contents
module Deliver class GenerateSummary def run(options) screenshots = UploadScreenshots.new.collect_screenshots(options) UploadMetadata.new.load_from_filesystem(options) HtmlGenerator.new.render(options, screenshots, '.') end end end
Version data entries
484 entries across 484 versions & 2 rubygems