LDAP::Modification
One modification applied to an attribute by LDAP::Client#modify. Build via
the named constructors:
LDAP::Modification.add("objectClass", "person")
LDAP::Modification.replace("mail", "alice@example.com")
LDAP::Modification.delete("telephoneNumber") # whole attribute
Constructors
Instance methods
operation
Sourcetype
Sourcevalues
Source