Module: CukeModeler::Described Private

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

Instance Attribute Details

#descriptionObject

The description of the element



12
13
14
# File 'lib/cuke_modeler/described.rb', line 12

def description
  @description
end