struct Diclionary::Config

Defined in:

core.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def dictionary : String | Nil #

[View source]
def dictionary=(dictionary : String | Nil) #

[View source]
def format : Format #

[View source]
def format=(format : Format) #

[View source]
def initialize #

[View source]
def log_level : ::Log::Severity #

[View source]
def log_level=(log_level : ::Log::Severity) #

[View source]
def search_lang : Language | Nil #

[View source]
def search_lang=(search_lang : Language | Nil) #

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

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

[View source]