Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
gherkin
wip
Gherkin
Ast
Document
Feature
Scenario
Step
Parser
Generated using Crystal 1.14.0
2024-11-26 09:33:53 UTC
class
Gherkin::
Ast::
Scenario
Gherkin::Ast::Scenario
Reference
Object
Defined in:
gherkin/parser.cr
Constructors
.new
(title : String)
Instance Method Summary
#steps
: Array(Gherkin::Ast::Step)
#steps=
(steps : Array(Gherkin::Ast::Step))
#title
: String
Constructor Detail
def self.
new
(title : String)
#
[
View source
]
Instance Method Detail
def
steps
: Array(
Gherkin::Ast::Step
)
#
[
View source
]
def
steps=
(steps : Array(
Gherkin::Ast::Step
))
#
[
View source
]
def
title
: String
#
[
View source
]