Class: Superbot::Cloud::CLI::LogoutCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Superbot::Cloud::CLI::LogoutCommand
- Defined in:
- lib/superbot/cloud/cli/logout_command.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
7 8 9 10 |
# File 'lib/superbot/cloud/cli/logout_command.rb', line 7 def execute Superbot::Cloud.remove_credentials puts "Succesfully logged out." end |