Class: Hermeneutics::Cli::ImapTools::List
- Inherits:
-
CommandNamed
- Object
- Command
- CommandNamed
- Hermeneutics::Cli::ImapTools::List
- Defined in:
- lib/hermeneutics/cli/imap/commands.rb
Direct Known Subclasses
Constant Summary collapse
- NAME =
:LIST
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary collapse
-
#initialize(ref, mailbox) ⇒ List
constructor
A new instance of List.
- #params ⇒ Object
Methods inherited from CommandNamed
Methods inherited from Command
Constructor Details
#initialize(ref, mailbox) ⇒ List
Returns a new instance of List.
263 264 265 266 |
# File 'lib/hermeneutics/cli/imap/commands.rb', line 263 def initialize ref, mailbox super *[] @ref, @mailbox = ref, mailbox end |
Instance Method Details
#params ⇒ Object
268 |
# File 'lib/hermeneutics/cli/imap/commands.rb', line 268 def params ; [ @ref, @mailbox] ; end |