Class: GitlabQuality::TestTooling::TestResult::JsonTestResult::TestLevelSpecification
- Inherits:
-
Struct
- Object
- Struct
- GitlabQuality::TestTooling::TestResult::JsonTestResult::TestLevelSpecification
- Defined in:
- lib/gitlab_quality/test_tooling/test_result/json_test_result.rb
Instance Attribute Summary collapse
-
#max_duration ⇒ Object
Returns the value of attribute max_duration.
-
#regex ⇒ Object
Returns the value of attribute regex.
Instance Attribute Details
#max_duration ⇒ Object
Returns the value of attribute max_duration
12 13 14 |
# File 'lib/gitlab_quality/test_tooling/test_result/json_test_result.rb', line 12 def max_duration @max_duration end |
#regex ⇒ Object
Returns the value of attribute regex
12 13 14 |
# File 'lib/gitlab_quality/test_tooling/test_result/json_test_result.rb', line 12 def regex @regex end |