Class: Tapjoy::LDAP::CLI::Group::Delete

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

Overview

Delete LDAP group

Instance Method Summary collapse

Instance Method Details

#deleteObject



7
8
9
10
# File 'lib/tapjoy/ldap/cli/group/delete.rb', line 7

def delete
  confirm unless opts[:force]
  puts Tapjoy::LDAP::API::Group.destroy(opts[:name])
end