class Ldif2json::Conf

Defined in:

conf.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def can_be_coerced : Hash(String, Bool) #

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

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

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

[View source]
def coercions : Hash(String, Ldif2json::Type) #

[View source]
def coercions=(coercions : Hash(String, Ldif2json::Type)) #

[View source]
def join_string : String #

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

[View source]
def mode : Ldif2json::Mode #

[View source]
def mode=(mode : Ldif2json::Mode) #

[View source]
def new_boolhash(default : Bool) #

[View source]