Parent

Class Index [+]

Quicksearch

LDAP::Mod

Public Class Methods

new(op, type, vals) click to toggle source
    # File lib/active_ldap/adapter/ldap_ext.rb, line 19
19:     def initialize(op, type, vals)
20:       if (VERSION.split(/\./).collect {|x| x.to_i} <=> [0, 9, 7]) <= 0
21:         @op, @type, @vals = op, type, vals # to protect from GC
22:       end
23:       _initialize(op, type, vals)
24:     end
Also aliased as: _initialize

Public Instance Methods

_initialize(op, type, vals) click to toggle source
Alias for: new
to_s() click to toggle source
    # File lib/active_ldap/adapter/ldap_ext.rb, line 13
13:       def to_s
14:         inspect
15:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.