Class: ContainersManager::Application
- Inherits:
-
Object
- Object
- ContainersManager::Application
- Defined in:
- lib/containers_manager/application.rb
Constant Summary collapse
- CONFIG_FILE =
'/etc/dmanage/config.yml'
Class Method Summary collapse
Class Method Details
.check ⇒ Object
10 11 12 13 |
# File 'lib/containers_manager/application.rb', line 10 def self.check load_configuration Configuration.check end |
.exec ⇒ Object
5 6 7 8 |
# File 'lib/containers_manager/application.rb', line 5 def self.exec load_configuration tasks.each(&:exec) end |