Module: CukeModeler::Named Private

Included in:
Background, Example, Feature, Outline, Rule, Scenario, Tag
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

Instance Attribute Details

#nameObject

The name of the element



11
12
13
# File 'lib/cuke_modeler/named.rb', line 11

def name
  @name
end