class LuckyCli::Wizard::LabeledYesNoQuestion

Defined in:

lucky_cli/wizard/labeled_yes_no_question.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(question_text : String, yes_label : String, no_label : String) #

[View source]

Class Method Detail

def self.ask(*args, **named_args) : Bool #

[View source]

Instance Method Detail

def ask : Bool #

[View source]
def no_label : String #

[View source]
def question_text : String #

[View source]
def yes_label : String #

[View source]