struct Athena::Console::Completion::Suggestions::SuggestedValue

Overview

Represents a single suggested values, plus optional description.

Defined in:

completion/suggestions.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(value _value = @value, description _description = @description) #

[View source]
def description : String #

def to_s(io : IO) : Nil #
Description copied from struct Struct

Same as #inspect(io).


[View source]
def value : String #