Exception: ActiveSambaLdap::GidNumberDoesNotExist

Inherits:
Error
  • Object
show all
Defined in:
lib/active_samba_ldap/base.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from GetTextSupport

included

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

#numberObject (readonly)

Returns the value of attribute number.



48
49
50
# File 'lib/active_samba_ldap/base.rb', line 48

def number
  @number
end