Module: CukeModeler::Stepped

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

Overview

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



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

def steps
  @steps
end