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