Class: GitlabQuality::TestTooling::JobTraceAnalyzer::FailureTraceDefinition
- Inherits:
-
Struct
- Object
- Struct
- GitlabQuality::TestTooling::JobTraceAnalyzer::FailureTraceDefinition
- Defined in:
- lib/gitlab_quality/test_tooling/job_trace_analyzer.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#language ⇒ Object
Returns the value of attribute language.
-
#trace_end ⇒ Object
Returns the value of attribute trace_end.
-
#trace_start ⇒ Object
Returns the value of attribute trace_start.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
10 11 12 |
# File 'lib/gitlab_quality/test_tooling/job_trace_analyzer.rb', line 10 def label @label end |
#language ⇒ Object
Returns the value of attribute language
10 11 12 |
# File 'lib/gitlab_quality/test_tooling/job_trace_analyzer.rb', line 10 def language @language end |
#trace_end ⇒ Object
Returns the value of attribute trace_end
10 11 12 |
# File 'lib/gitlab_quality/test_tooling/job_trace_analyzer.rb', line 10 def trace_end @trace_end end |
#trace_start ⇒ Object
Returns the value of attribute trace_start
10 11 12 |
# File 'lib/gitlab_quality/test_tooling/job_trace_analyzer.rb', line 10 def trace_start @trace_start end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/gitlab_quality/test_tooling/job_trace_analyzer.rb', line 10 def type @type end |