Module: CukeModeler::Described

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

Overview

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



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

def description
  @description
end