module CukeModeler::Parsed

@api private

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

Attributes

parsing_data[RW]

@api

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

Private Instance Methods

populate_parsing_data(parsed_model_data) click to toggle source
# File lib/cuke_modeler/parsed.rb, line 19
def populate_parsing_data(parsed_model_data)
  @parsing_data = parsed_model_data['cuke_modeler_parsing_data']
end