Module: CukeModeler::Parsed Private
- Included in:
- Background, Cell, Comment, DocString, Example, Feature, FeatureFile, Outline, Row, Rule, Scenario, Step, Table, Tag
- Defined in:
- lib/cuke_modeler/parsed.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 are parsed from source text. Internal helper class.
Instance Attribute Summary collapse
-
#parsing_data ⇒ Object
The parsing data for this element that was generated by the parsing engine (i.e. the cucumber-gherkin gem).
Instance Attribute Details
#parsing_data ⇒ Object
The parsing data for this element that was generated by the parsing engine (i.e. the cucumber-gherkin gem)
13 14 15 |
# File 'lib/cuke_modeler/parsed.rb', line 13 def parsing_data @parsing_data end |