Class: Gitlab::QA::Report::GenerateTestSession
- Inherits:
-
ReportAsIssue
- Object
- ReportAsIssue
- Gitlab::QA::Report::GenerateTestSession
- Defined in:
- lib/gitlab/qa/report/generate_test_session.rb
Constant Summary
Constants inherited from ReportAsIssue
ReportAsIssue::MAX_TITLE_LENGTH
Instance Method Summary collapse
-
#initialize(**kwargs) ⇒ GenerateTestSession
constructor
A new instance of GenerateTestSession.
Methods inherited from ReportAsIssue
Constructor Details
#initialize(**kwargs) ⇒ GenerateTestSession
Returns a new instance of GenerateTestSession.
10 11 12 13 |
# File 'lib/gitlab/qa/report/generate_test_session.rb', line 10 def initialize(**kwargs) super @issue_type = 'issue' end |