Class: Cucumber::Ast::OutlineTable::ExampleRow
- Inherits:
-
Object
- Object
- Cucumber::Ast::OutlineTable::ExampleRow
- Defined in:
- lib/cucumber_characteristics/cucumber_step_patch.rb
Instance Attribute Summary collapse
-
#step_invocations ⇒ Object
readonly
Returns the value of attribute step_invocations.
Instance Attribute Details
#step_invocations ⇒ Object (readonly)
Returns the value of attribute step_invocations.
28 29 30 |
# File 'lib/cucumber_characteristics/cucumber_step_patch.rb', line 28 def step_invocations @step_invocations end |