module ActiveLdap::Operations::LDIF::ModifyRecordLoadable::AddOperationModifiable
Public Instance Methods
Source
# File lib/active_ldap/operations.rb, line 472 def to_modify_entries attributes.collect do |key, value| [:add, key, value] end end
# File lib/active_ldap/operations.rb, line 472 def to_modify_entries attributes.collect do |key, value| [:add, key, value] end end