module ActiveLdap::Operations::LDIF::ContentRecordLoadable

Public Instance Methods

load(operator, options) click to toggle source
# File lib/active_ldap/operations.rb, line 418
def load(operator, options)
  operator.add_entry(dn, attributes, options)
end