Method: Gitlab::QA::Report::UpdateScreenshotPath#initialize
- Defined in:
- lib/gitlab/qa/report/update_screenshot_path.rb
#initialize(files:) ⇒ UpdateScreenshotPath
Returns a new instance of UpdateScreenshotPath.
11 12 13 |
# File 'lib/gitlab/qa/report/update_screenshot_path.rb', line 11 def initialize(files:) @files = files end |