Class: Cucumber::Core::Events::GherkinSourceParsed

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/core/events.rb

Overview

Signals that a gherkin source has been parsed

Instance Attribute Summary collapse

Instance Attribute Details

#gherkin_documentGherkinDocument (readonly)

Returns the GherkinDocument Ast Node.

Returns:

  • (GherkinDocument)

    the GherkinDocument Ast Node



14
15
16
# File 'lib/cucumber/core/events.rb', line 14

def gherkin_document
  @gherkin_document
end

#uriObject (readonly)

The uri of the file



11
12
13
# File 'lib/cucumber/core/events.rb', line 11

def uri
  @uri
end