Feature

Constructors

this
this(string keyword, string name, Location location, ref GherkinDocument parent)

Members

Variables

background
Nullable!Scenario background;
description
Nullable!string description;
language
string language;
parent
GherkinDocument parent;
scenarios
Scenario[] scenarios;
tags
Tag[] tags;

Inherited Members

From Base

keyword
string keyword;
name
Nullable!string name;
location
Location location;
toJSON
JSONValue toJSON()

Meta