Methods

Class/Module Index [+]

Quicksearch

ActiveSambaLdap::CanNotChangePrimaryGroup

Attributes

group[R]
members[R]

Public Class Methods

new(group, members) click to toggle source
# File lib/active_samba_ldap/base.rb, line 65
def initialize(group, members)
  @group = group
  @members = members
  format = _("cannot change primary group from '%s' to other group "                   "due to no other belonged groups: %s")
  super(format % [group, members.join(', ')])
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.