Class: Command::AmbariCommand Abstract
- Inherits:
-
BasicCommand
- Object
- BasicCommand
- Command::AmbariCommand
- Defined in:
- lib/command/ambari_command.rb
Overview
This class is abstract.
Subclass and override BasicCommand#exec to implement
Class for all ambari command.
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from BasicCommand
Instance Method Summary collapse
-
#initialize ⇒ AmbariCommand
constructor
private
Default constructor.
Methods inherited from BasicCommand
Constructor Details
#initialize ⇒ AmbariCommand (private)
Default constructor.
15 16 17 18 |
# File 'lib/command/ambari_command.rb', line 15 def initialize super(Receiver::.new()) @logger.info("Command::AmbariCommand initialize the parameters...") end |