module ActiveLdap::Operations::LDIF::ModifyRecordLoadable::AddOperationModifiable

Public Instance Methods

to_modify_entries() click to toggle source
# File lib/active_ldap/operations.rb, line 478
def to_modify_entries
  attributes.collect do |key, value|
    [:add, key, value]
  end
end