Module: CucumberAnalytics::Raw

Included in:
DocString, FeatureElement, Row, Step, Table, TableRow, Tag
Defined in:
lib/cucumber_analytics/raw.rb

Overview

A mix-in module containing methods used by elements that store their underlying implementation

Instance Attribute Summary collapse

Instance Attribute Details

#raw_elementObject

The raw representation of the element (i.e. the output of the gherkin gem)



9
10
11
# File 'lib/cucumber_analytics/raw.rb', line 9

def raw_element
  @raw_element
end