Class: ContainersManager::Application

Inherits:
Object
  • Object
show all
Defined in:
lib/containers_manager/application.rb

Constant Summary collapse

CONFIG_FILE =
'/etc/dmanage/config.yml'

Class Method Summary collapse

Class Method Details

.checkObject



10
11
12
13
# File 'lib/containers_manager/application.rb', line 10

def self.check
  load_configuration
  Configuration.check
end

.execObject



5
6
7
8
# File 'lib/containers_manager/application.rb', line 5

def self.exec
  load_configuration
  tasks.each(&:exec)
end