Exception: ActiveSambaLdap::GroupDoesNotExist
- Defined in:
- lib/active_samba_ldap/base.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ GroupDoesNotExist
constructor
A new instance of GroupDoesNotExist.
Methods included from GetTextSupport
Constructor Details
#initialize(name) ⇒ GroupDoesNotExist
Returns a new instance of GroupDoesNotExist.
33 34 35 36 |
# File 'lib/active_samba_ldap/base.rb', line 33 def initialize(name) @name = name super(_("group doesn't exist: %s") % name) end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
32 33 34 |
# File 'lib/active_samba_ldap/base.rb', line 32 def name @name end |