Exception: ActiveLdap::UnknownAttribute
- Defined in:
- lib/active_ldap/base.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ UnknownAttribute
constructor
A new instance of UnknownAttribute.
Methods included from GetTextSupport
Constructor Details
#initialize(name) ⇒ UnknownAttribute
Returns a new instance of UnknownAttribute.
241 242 243 244 |
# File 'lib/active_ldap/base.rb', line 241 def initialize(name) @name = name super(_("%s is unknown attribute") % @name) end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
240 241 242 |
# File 'lib/active_ldap/base.rb', line 240 def name @name end |