Mod

class
Superclass
Object
Included Modules
Treequel::LDAPModExtensions

Include Treequel-specific extensions as a mixin.

Public Class Methods

anchor
new( op, attribute, vals=[] )

Override the initializer to keep the attribute around while the object is alive to prevent the underlying C String pointer from going away.

See line 151 of mod.c.

# File lib/treequel/monkeypatches.rb, line 71
def initialize( op, attribute, vals=[] )
        @attribute = attribute
        _initialize_ext( op, attribute, vals )
end
Also aliased as: _initialize_ext

Public Instance Methods

anchor
_initialize_ext( op, attribute, vals=[] )
Alias for: new