Class: Command::AmbariServiceInfo
- Inherits:
-
AmbariClusterServiceCommand
- Object
- BasicCommand
- AmbariCommand
- AmbariClusterCommand
- AmbariClusterServiceCommand
- Command::AmbariServiceInfo
- Defined in:
- lib/command/ambari_service_info.rb
Overview
# Command used to get information on a cluster’s ambari service.
Instance Attribute Summary
Attributes inherited from AmbariClusterServiceCommand
Attributes inherited from AmbariClusterCommand
Attributes inherited from BasicCommand
Instance Method Summary collapse
-
#exec ⇒ Hash
The execution of the command.
Methods inherited from AmbariClusterServiceCommand
Methods inherited from AmbariClusterCommand
Methods inherited from AmbariCommand
Methods inherited from BasicCommand
Constructor Details
This class inherits a constructor from Command::AmbariClusterServiceCommand
Instance Method Details
#exec ⇒ Hash
The execution of the command.
15 16 17 |
# File 'lib/command/ambari_service_info.rb', line 15 def exec() return receiver.show_service(@cluster_name, @service_name) end |