Class: Hermeneutics::Cli::ImapTools::Capability
- Inherits:
-
CommandNamed
- Object
- Command
- CommandNamed
- Hermeneutics::Cli::ImapTools::Capability
- Defined in:
- lib/hermeneutics/cli/imap/commands.rb
Constant Summary collapse
- NAME =
:CAPABILITY
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary collapse
-
#initialize ⇒ Capability
constructor
A new instance of Capability.
- #params ⇒ Object
Methods inherited from CommandNamed
Methods inherited from Command
Constructor Details
#initialize ⇒ Capability
Returns a new instance of Capability.
191 192 193 |
# File 'lib/hermeneutics/cli/imap/commands.rb', line 191 def initialize super end |
Instance Method Details
#params ⇒ Object
195 |
# File 'lib/hermeneutics/cli/imap/commands.rb', line 195 def params ; [] ; end |