Module: CukeModeler::Stepped Private
- Included in:
- Background, Outline, Scenario
- Defined in:
- lib/cuke_modeler/stepped.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
A mix-in module containing methods used by models that represent an element that has steps. Internal helper class.
Instance Attribute Summary collapse
-
#steps ⇒ Object
The step models contained by this model.
Instance Attribute Details
#steps ⇒ Object
The step models contained by this model
11 12 13 |
# File 'lib/cuke_modeler/stepped.rb', line 11 def steps @steps end |