Sha256: e24b460e3a6d69e71ae6a93f110d580cbc5a572f052db8422f92f3b38ad1758a

Contents?: true

Size: 392 Bytes

Versions: 9

Compression:

Stored size: 392 Bytes

Contents

module CucumberAnalytics

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

  module Raw

    # The raw representation of the element (i.e. the output of the gherkin gem)
    attr_accessor :raw_element


    private


    def populate_raw_element(parsed_element)
      @raw_element = parsed_element
    end

  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
cucumber_analytics-1.6.0 lib/cucumber_analytics/raw.rb
cucumber_analytics-1.5.2 lib/cucumber_analytics/raw.rb
cucumber_analytics-1.5.1 lib/cucumber_analytics/raw.rb
cucumber_analytics-1.5.0 lib/cucumber_analytics/raw.rb
cucumber_analytics-1.4.2 lib/cucumber_analytics/raw.rb
cucumber_analytics-1.4.1 lib/cucumber_analytics/raw.rb
cucumber_analytics-1.4.0 lib/cucumber_analytics/raw.rb
cucumber_analytics-1.3.0 lib/cucumber_analytics/raw.rb
cucumber_analytics-1.2.0 lib/cucumber_analytics/raw.rb