struct SoopConfigs

Included Modules

Defined in:

config.cr

Constructors

Class Method Summary

Macro Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Class Method Detail

def self.automatic_env(value : Bool) #

[View source]
def self.automatic_env(value : String) #

[View source]
def self.config_env(value : String) #

[View source]
def self.config_envs(value : Array(String)) #

[View source]
def self.config_name(value : String) #

[View source]
def self.config_paths(value : Array(String)) #

[View source]
def self.config_type(value : String) #

[View source]
def self.configure(file : String, position : Int = -1, environment : String | Nil = nil) #

[View source]
def self.configure(file : String, position : Int = -1, environment : String | Nil = nil, &block : Totem::Config -> _) #

[View source]
def self.configure(environment : String | Nil = nil) #

[View source]
def self.configure(environment : String | Nil = nil, &block : Totem::Config -> _) #

[View source]
def self.debugging(value : Bool) #

[View source]
def self.env_prefix(value : String) #

[View source]
def self.key_delimiter(value : String) #

[View source]

Macro Detail

macro method_missing(call) #