Exception: ActiveSambaLdap::GidNumberDoesNotExist
- Defined in:
- lib/active_samba_ldap/base.rb
Instance Attribute Summary collapse
-
#number ⇒ Object
readonly
Returns the value of attribute number.
Instance Method Summary collapse
-
#initialize(number) ⇒ GidNumberDoesNotExist
constructor
A new instance of GidNumberDoesNotExist.
Methods included from GetTextSupport
Constructor Details
#initialize(number) ⇒ GidNumberDoesNotExist
Returns a new instance of GidNumberDoesNotExist.
49 50 51 52 |
# File 'lib/active_samba_ldap/base.rb', line 49 def initialize(number) @number = number super(_("gid number doesn't exist: %s") % number) end |
Instance Attribute Details
#number ⇒ Object (readonly)
Returns the value of attribute number.
48 49 50 |
# File 'lib/active_samba_ldap/base.rb', line 48 def number @number end |