Method: Exec::Helper.get_service_components
- Defined in:
- lib/exec/service_info.rb
.get_service_components(service_name) ⇒ Object
Get the components of a service.
285 286 287 |
# File 'lib/exec/service_info.rb', line 285 def self.get_service_components(service_name) return @@adoop_services_description[service_name] end |