Exception: ActiveLdap::AttributeValueInvalid
- Defined in:
- lib/active_ldap/base.rb
Instance Attribute Summary collapse
-
#attribute ⇒ Object
readonly
Returns the value of attribute attribute.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(attribute, value, message) ⇒ AttributeValueInvalid
constructor
A new instance of AttributeValueInvalid.
Methods included from GetTextSupport
Constructor Details
#initialize(attribute, value, message) ⇒ AttributeValueInvalid
Returns a new instance of AttributeValueInvalid.
263 264 265 266 267 |
# File 'lib/active_ldap/base.rb', line 263 def initialize(attribute, value, ) @attribute = attribute @value = value super() end |
Instance Attribute Details
#attribute ⇒ Object (readonly)
Returns the value of attribute attribute.
262 263 264 |
# File 'lib/active_ldap/base.rb', line 262 def attribute @attribute end |
#value ⇒ Object (readonly)
Returns the value of attribute value.
262 263 264 |
# File 'lib/active_ldap/base.rb', line 262 def value @value end |