Module: CukeModeler::Described Private
- Defined in:
- lib/cuke_modeler/described.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 a description. Internal helper class.
Instance Attribute Summary collapse
-
#description ⇒ Object
The description of the element.
Instance Attribute Details
#description ⇒ Object
The description of the element
12 13 14 |
# File 'lib/cuke_modeler/described.rb', line 12 def description @description end |