Class: Foobara::CommandConnectors::ShCliConnector::Commands::ListCommands
- Inherits:
-
Foobara::CommandConnector::Commands::ListCommands
- Object
- Foobara::Command
- Foobara::CommandConnector::Commands::ListCommands
- Foobara::CommandConnectors::ShCliConnector::Commands::ListCommands
- Defined in:
- foobara-sh-cli-connector-1.1.4/src/sh_cli_connector/commands/list_commands.rb
Constant Summary
Constants included from TruncatedInspect
Instance Attribute Summary
Attributes inherited from Foobara::CommandConnector::Commands::ListCommands
Instance Method Summary collapse
Methods inherited from Foobara::CommandConnector::Commands::ListCommands
#build_list, #build_result, #command_connector, #execute
Methods inherited from Foobara::Command
Methods included from TruncatedInspect
Methods included from Foobara::Concern
foobara_class_methods_module_for, foobara_concern?, included
Instance Method Details
#verbose? ⇒ Boolean
6 7 8 |
# File 'src/sh_cli_connector/commands/list_commands.rb', line 6 def verbose? request.[:verbose] end |