class Ldif2json::Records

Defined in:

records.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def add_value(key : String, value : String, encoded : Bool) #

this adds values from the "raw" LDIF so everything starts off being added as a String


[View source]
def dump(config : Conf, io : IO) #

[View source]
def end_record(key : String, value : String, encoded : Bool) #

[View source]
def new_record #

[View source]