[Source]
# File lib/active_ldap/ldif.rb, line 910 910: def initialize(attribute, options, attributes) 911: super("add", attribute, options, attributes) 912: end
[Validate]