Class: Hermeneutics::Cli::ImapTools::Logout

Inherits:
CommandNamed show all
Defined in:
lib/hermeneutics/cli/imap/commands.rb

Constant Summary collapse

NAME =
:LOGOUT

Instance Attribute Summary

Attributes inherited from Command

#responses

Instance Method Summary collapse

Methods inherited from CommandNamed

#name

Methods inherited from Command

#add_response, #stream_lines

Constructor Details

#initializeLogout

Returns a new instance of Logout.



162
163
164
# File 'lib/hermeneutics/cli/imap/commands.rb', line 162

def initialize
  super
end

Instance Method Details

#paramsObject



166
# File 'lib/hermeneutics/cli/imap/commands.rb', line 166

def params ; [] ; end