class Gherkin::Ast::Scenario

Defined in:

gherkin/parser.cr

Constructors

Instance Method Summary

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]