Class: Superbot::Cloud::CLI::LogoutCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/superbot/cloud/cli/logout_command.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



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