Class: Tapjoy::LDAP::CLI::Group::Delete
- Inherits:
-
Object
- Object
- Tapjoy::LDAP::CLI::Group::Delete
- Defined in:
- lib/tapjoy/ldap/cli/group/delete.rb
Overview
Delete LDAP group
Instance Method Summary collapse
Instance Method Details
#delete ⇒ Object
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 |