class Fingers::State

Defined in:

fingers/state.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def exiting : Bool #

[View source]
def exiting=(exiting : Bool) #

[View source]
def input : String #

[View source]
def input=(input : String) #

[View source]
def modifier : String #

[View source]
def modifier=(modifier : String) #

[View source]
def multi_matches : Array(String) #

[View source]
def multi_matches=(multi_matches : Array(String)) #

[View source]
def multi_mode : Bool #

[View source]
def multi_mode=(multi_mode : Bool) #

[View source]
def result : String #

[View source]
def result=(result : String) #

[View source]
def selected_hints : Array(String) #

[View source]
def selected_hints=(selected_hints : Array(String)) #

[View source]
def selected_matches : Array(String) #

[View source]
def selected_matches=(selected_matches : Array(String)) #

[View source]
def show_help : Bool #

[View source]
def show_help=(show_help : Bool) #

[View source]