Class: Tapjoy::LDAP::Group::RemoveUser

Inherits:
Object
  • Object
show all
Defined in:
lib/tapjoy/ldap/group/remove_user.rb

Overview

Remove existing user to existing group

Instance Method Summary collapse

Instance Method Details

#remove_userObject



6
7
8
9
# File 'lib/tapjoy/ldap/group/remove_user.rb', line 6

def remove_user
  confirm unless opts[:force]
  puts Tapjoy::LDAP::client.modify(distinguished_name, operations)
end