class Inquirer::Config

Overview

Overall Inquirer configuration.

Defined in:

inquirer/config.cr

Instance Method Summary

Instance Method Detail

def detached : Bool #

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

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

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

[View source]
def origin : String #

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

[View source]
def port : Int32 #

[View source]
def port=(port : Int32) #

[View source]
def to_s(io) #

[View source]