Module: CukeModeler::Described

Included in:
Background, Example, Feature, Outline, Scenario
Defined in:
lib/cuke_modeler/described.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

The description of the element



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

def description
  @description
end