Class: Cucumber::Formatter::Usage::StepDefKey
- Inherits:
-
StepDefinitionLight
- Object
- StepDefinitionLight
- Cucumber::Formatter::Usage::StepDefKey
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/formatter/usage.rb
Instance Attribute Summary collapse
-
#mean_duration ⇒ Object
Returns the value of attribute mean_duration.
-
#status ⇒ Object
Returns the value of attribute status.
Attributes inherited from StepDefinitionLight
Method Summary
Methods inherited from StepDefinitionLight
Constructor Details
This class inherits a constructor from Cucumber::StepDefinitionLight
Instance Attribute Details
#mean_duration ⇒ Object
Returns the value of attribute mean_duration.
12 13 14 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/formatter/usage.rb', line 12 def mean_duration @mean_duration end |
#status ⇒ Object
Returns the value of attribute status.
12 13 14 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/formatter/usage.rb', line 12 def status @status end |