class Term::Prompt::Result::Success

Defined in:

prompt/result.cr

Instance methods inherited from class Term::Prompt::Result

failure? failure?, process process, question : Question question, success? success?, value : String | Nil value

Constructor methods inherited from class Term::Prompt::Result

new(question : Term::Prompt::Question, value : Nil | String) new