Methods

Class Index [+]

Quicksearch

ActiveLdap::AttributeValueInvalid

Attributes

attribute[R]
value[R]

Public Class Methods

new(attribute, value, message) click to toggle source
     # File lib/active_ldap/base.rb, line 255
255:     def initialize(attribute, value, message)
256:       @attribute = attribute
257:       @value = value
258:       super(message)
259:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.