Module: CloudwatchScheduler

Defined in:
lib/cloudwatch_scheduler.rb,
lib/cloudwatch_scheduler/job.rb,
lib/cloudwatch_scheduler/task.rb,
lib/cloudwatch_scheduler/engine.rb,
lib/cloudwatch_scheduler/version.rb,
lib/cloudwatch_scheduler/provisioner.rb,
lib/cloudwatch_scheduler/configuration.rb

Defined Under Namespace

Classes: Configuration, Engine, Job, Provisioner, Task

Constant Summary collapse

VERSION =
"1.1.1"

Class Method Summary collapse

Class Method Details

.globalObject



14
15
16
# File 'lib/cloudwatch_scheduler.rb', line 14

def self.global
  @global ||= CloudwatchScheduler::Configuration.new
end