Class: Command::CrowbarNodeCommand
- Inherits:
-
CrowbarCommand
- Object
- BasicCommand
- CrowbarCommand
- Command::CrowbarNodeCommand
- Defined in:
- lib/command/crowbar_node_command.rb
Overview
A superclass who manage Node command
Direct Known Subclasses
ClusterCreate, NodeDestroy, NodeDetach, NodeInfo, NodeInstall, NodeReinstall
Instance Attribute Summary
Attributes inherited from BasicCommand
Instance Method Summary collapse
-
#initialize ⇒ CrowbarNodeCommand
constructor
Default constructor.
Methods inherited from CrowbarCommand
Methods inherited from BasicCommand
Constructor Details
#initialize ⇒ CrowbarNodeCommand
Default constructor
16 17 18 19 |
# File 'lib/command/crowbar_node_command.rb', line 16 def initialize() super() @logger.info("Command::CrowbarNodeCommand initialize the parameters...") end |