Class: Command::CrowbarNodeCommand

Inherits:
CrowbarCommand show all
Defined in:
lib/command/crowbar_node_command.rb

Overview

A superclass who manage Node command

Instance Attribute Summary

Attributes inherited from BasicCommand

#logger, #receiver

Instance Method Summary collapse

Methods inherited from CrowbarCommand

#exec

Methods inherited from BasicCommand

#exec

Constructor Details

#initializeCrowbarNodeCommand

Default constructor

Author:

  • mbretaud



16
17
18
19
# File 'lib/command/crowbar_node_command.rb', line 16

def initialize()
  super()
  @logger.info("Command::CrowbarNodeCommand   initialize the parameters...")
end