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
# File lib/active_ldap/xml.rb, line 116 116: def to_s(options={}) 117: Serializer.new(@dn, @attributes, @schema, options).to_s 118: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.