class Latch::HabitatSettings

Defined in:

latch/config.cr

Class Method Summary

Class Method Detail

def self.path_prefix : String #

def self.path_prefix=(value : String) #

def self.path_prefix? #

Used for checking missing settings on non-nilable types It's advised to use path_prefix in your apps to ensure the propper type is checked.


def self.storages : Hash(String, Storage) #

def self.storages=(value : Hash(String, Storage)) #

def self.storages? #

Used for checking missing settings on non-nilable types It's advised to use storages in your apps to ensure the propper type is checked.


def self.to_h #

Generates a hash using the provided values