Class: Command::CrowbarVclusterCommand

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

Overview

A superclass who manage cluster command

Direct Known Subclasses

ClusterDelete, ClusterInfo, ClusterLs

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

#initializeCrowbarVclusterCommand

Returns a new instance of CrowbarVclusterCommand.

Author:

  • mbretaud



15
16
17
18
# File 'lib/command/crowbar_vcluster_command.rb', line 15

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