Class: Command::CrowbarVclusterCommand
- Inherits:
-
CrowbarCommand
- Object
- BasicCommand
- CrowbarCommand
- Command::CrowbarVclusterCommand
- Defined in:
- lib/command/crowbar_vcluster_command.rb
Overview
A superclass who manage cluster command
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from BasicCommand
Instance Method Summary collapse
-
#initialize ⇒ CrowbarVclusterCommand
constructor
A new instance of CrowbarVclusterCommand.
Methods inherited from CrowbarCommand
Methods inherited from BasicCommand
Constructor Details
#initialize ⇒ CrowbarVclusterCommand
Returns a new instance of CrowbarVclusterCommand.
15 16 17 18 |
# File 'lib/command/crowbar_vcluster_command.rb', line 15 def initialize() super() @logger.info("Command::CrowbarVclusterCommand initialize the parameters...") end |