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