class SauceWhisk::Job

def screenshots

def screenshots
  unless @screenshots || screenshot_urls.nil?
   @screenshots = screenshot_urls.map do |screenshot|
      Assets.fetch id, screenshot
    end
  end
  @screenshots
end