class Gherkin::Ast::Feature

Defined in:

gherkin/parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String) #

[View source]

Instance Method Detail

def description : String? #

[View source]
def description=(description : Nil | String) #

[View source]
def scenarios : Array(Gherkin::Ast::Scenario) #

[View source]
def scenarios=(scenarios : Array(Gherkin::Ast::Scenario)) #

[View source]
def title : String #

[View source]