Module: CukeModeler::Named

Included in:
Background, Example, Feature, Outline, Scenario
Defined in:
lib/cuke_modeler/named.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 name.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

The name of the element



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

def name
  @name
end