Class: FIS::CLI::Commands::Logout
- Inherits:
-
FIS::Command
- Object
- FIS::Command
- FIS::CLI::Commands::Logout
- Defined in:
- lib/fis/cli/commands/logout.rb
Overview
‘auth logout` - Removes the user’s authentication credentials
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(options) ⇒ Logout
constructor
A new instance of Logout.
Methods inherited from FIS::Command
#command, #cursor, #editor, #exec_exist?, #generator, #pager, #platform, #prompt, #screen, #which
Constructor Details
#initialize(options) ⇒ Logout
Returns a new instance of Logout.
8 9 10 |
# File 'lib/fis/cli/commands/logout.rb', line 8 def initialize() @options = end |