Module: CukeModeler::Named

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

Overview

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



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

def name
  @name
end