Skip to content

struct Athena::Console::Completion::Suggestions::SuggestedValue
inherits Struct #

Represents a single suggested values, plus optional description.

Constructors#

.new(value : String, description : String = "")#

View source

Methods#

#clone#

View source

#copy_with(value _value = @value, description _description = @description)#

View source

#description : String#

#to_s(io : IO) : Nil#

Same as #inspect(io).

View source

#value : String#