Exception: ActiveSambaLdap::GroupDoesNotHaveSambaSID
- 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) ⇒ GroupDoesNotHaveSambaSID
constructor
A new instance of GroupDoesNotHaveSambaSID.
Methods included from GetTextSupport
Constructor Details
#initialize(number) ⇒ GroupDoesNotHaveSambaSID
Returns a new instance of GroupDoesNotHaveSambaSID.
57 58 59 60 |
# File 'lib/active_samba_ldap/base.rb', line 57 def initialize(number) @number = number super(_("sambaSID attribute doesn't exist for gid number '%s'") % number) end |
Instance Attribute Details
#number ⇒ Object (readonly)
Returns the value of attribute number.
56 57 58 |
# File 'lib/active_samba_ldap/base.rb', line 56 def number @number end |