Parent

Namespace

Methods

Class Index [+]

Quicksearch

ActiveLdap::Xml

Public Class Methods

new(dn, attributes, schema) click to toggle source
     # 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

Public Instance Methods

to_s(options={}) click to toggle source
     # 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.