Module: CukeModeler::Parsed

Included in:
Background, Cell, Comment, DocString, Example, Feature, FeatureFile, Outline, Row, Scenario, Step, Table, Tag
Defined in:
lib/cuke_modeler/parsed.rb

Overview

A mix-in module containing methods used by models that are parsed from source text.

Instance Attribute Summary collapse

Instance Attribute Details

#parsing_dataObject

The parsing data for this element that was generated by the parsing engine (i.e. the gherkin gem)



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

def parsing_data
  @parsing_data
end