class Ldif2json::Record

Overview

an individual record, based on a hash but with extra functionality

Defined in:

record.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.set_config(config : Conf) #

[View source]

Instance Method Detail

def [](key : String) #

if an attribute is coercible then return the coerced values, otherwise return the base string values


[View source]
def []=(key : String, value : JSON::Any) #

[View source]
def config #

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

[View source]
def each_key(*args, **options) #

[View source]
def each_key(*args, **options, &) #

[View source]
def flatten #

[View source]
def has_key?(*args, **options) #

[View source]
def has_key?(*args, **options, &) #

[View source]
def join(attrib : String) #

[View source]
def size(*args, **options) #

[View source]
def size(*args, **options, &) #

[View source]
def to_json(*args, **options) #

[View source]
def to_json(*args, **options, &) #

[View source]