Class: Ruboty::Karma::Actions::Delete
- Inherits:
-
Actions::Base
- Object
- Actions::Base
- Ruboty::Karma::Actions::Delete
- Defined in:
- lib/ruboty/karma/actions/delete.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
5 6 7 8 9 10 |
# File 'lib/ruboty/karma/actions/delete.rb', line 5 def call name = [:name] reset(name) delete_user(name) reply(name) end |