class Ldif2json::Record
- Ldif2json::Record
- Reference
- Object
Overview
an individual record, based on a hash but with extra functionality
Defined in:
record.crConstructors
Class Method Summary
Instance Method Summary
-
#[](key : String)
if an attribute is coercible then return the coerced values, otherwise return the base string values
- #[]=(key : String, value : JSON::Any)
- #config
- #dump(io : IO)
- #each_key(*args, **options)
- #each_key(*args, **options, &)
- #flatten
- #has_key?(*args, **options)
- #has_key?(*args, **options, &)
- #join(attrib : String)
- #size(*args, **options)
- #size(*args, **options, &)
- #to_json(*args, **options)
- #to_json(*args, **options, &)
Constructor Detail
Class Method Detail
Instance Method Detail
def [](key : String)
#
if an attribute is coercible then return the coerced values, otherwise return the base string values