module CucumberAnalytics::Raw

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

Attributes

raw_element[RW]

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

Private Instance Methods

populate_raw_element(parsed_element) click to toggle source
# File lib/cucumber_analytics/raw.rb, line 15
def populate_raw_element(parsed_element)
  @raw_element = parsed_element
end