Module: CukeModeler::Stepped

Included in:
Background, Outline, Scenario
Defined in:
lib/cuke_modeler/stepped.rb

Overview

NOT A PART OF THE PUBLIC API A mix-in module containing methods used by models that represent an element that has steps.

Instance Attribute Summary collapse

Instance Attribute Details

#stepsObject

The step models contained by this model



10
11
12
# File 'lib/cuke_modeler/stepped.rb', line 10

def steps
  @steps
end