Class: Tapjoy::LDAP::Group::AddUser

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

Overview

Add existing user to existing group

Instance Method Summary collapse

Instance Method Details

#add_userObject



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

def add_user
  puts Tapjoy::LDAP::client.modify(distinguished_name, operations)
end