Class: Maglev::FetchSectionScreenshotUrl

Inherits:
Object
  • Object
show all
Includes:
Injectable
Defined in:
app/services/maglev/fetch_section_screenshot_url.rb

Instance Method Summary collapse

Instance Method Details

#callObject



10
11
12
# File 'app/services/maglev/fetch_section_screenshot_url.rb', line 10

def call
  fetch_section_screenshot_path.call(section: section) + "?#{section.screenshot_timestamp}"
end