struct Athena::Console::Completion::Suggestions::SuggestedValue
- Athena::Console::Completion::Suggestions::SuggestedValue
- Struct
- Value
- Object
Overview
Represents a single suggested values, plus optional description.
Defined in:
completion/suggestions.crConstructors
Instance Method Summary
- #clone
- #copy_with(value _value = @value, description _description = @description)
- #description : String
-
#to_s(io : IO) : Nil
Same as
#inspect(io)
. - #value : String