struct Loveline::Config

Defined in:

loveline/config.cr
loveline/config/enums.cr
loveline/config/path.cr
loveline/config/raw.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(raw_config : Config::Raw, *, input_tty : Bool, output_tty : Bool) #

[View source]

Instance Method Detail

def all_template_paths #

[View source]
def color : Bool #

[View source]
def content_type_handlers : Hash(String, String | Array(String)) #

[View source]
def cookie_jar : NullCookieJar | DirectoryCookieJar #

[View source]
def insecure_tls : Bool #

[View source]
def interactive : Bool #

[View source]
def template_dir : Path #

[View source]
def template_libraries : Array(Path) #

[View source]
def truncate_body_after : Int32 #

[View source]
def unbake #

[View source]