class Config

Defined in:

config.cr

Constant Summary

DATA_ANIMALS = "data/animals.txt"
DATA_COLOURS = "data/colours.txt"

Constructors

Instance Method Summary

Constructor Detail

def self.build(&block : Config -> _) : Config #

[View source]

Instance Method Detail

def count : String #

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

[View source]
def delimitter : String #

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

[View source]
def file_paths : Hash(String, String) #

[View source]
def file_paths=(file_paths : Hash(String, String)) #

[View source]
def suffix : String #

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

[View source]