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.
156 157 158 159 |
# File 'lib/active_ldap/base.rb', line 156 def initialize(name) @name = name super(_("%s is unknown attribute") % @name) end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
155 156 157 |
# File 'lib/active_ldap/base.rb', line 155 def name @name end |