Class | ActiveLdap::Xml |
In: |
lib/active_ldap/xml.rb
|
Parent: | Object |
# File lib/active_ldap/xml.rb, line 113 113: def initialize(dn, attributes, schema) 114: @dn = dn 115: @attributes = attributes 116: @schema = schema 117: end