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