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