Sha256: d2360e805f2ec2a43a89c3281cd2f69b557442bb77f994950336e0d9aa596a21
Contents?: true
Size: 299 Bytes
Versions: 24
Compression:
Stored size: 299 Bytes
Contents
# frozen_string_literal: true module Maglev class FetchSectionScreenshotUrl include Injectable dependency :fetch_section_screenshot_path argument :section def call fetch_section_screenshot_path.call(section: section) + "?#{section.screenshot_timestamp}" end end end
Version data entries
24 entries across 24 versions & 1 rubygems