class Gherkin::Ast::Feature
- Gherkin::Ast::Feature
- Reference
- Object
Defined in:
gherkin/parser.crConstructors
Instance Method Summary
- #description : String?
- #description=(description : Nil | String)
- #scenarios : Array(Gherkin::Ast::Scenario)
- #scenarios=(scenarios : Array(Gherkin::Ast::Scenario))
- #title : String