Module: TriggerSwitchD::Schedule

Defined in:
lib/trigger_switch_d/schedule.rb

Overview

Holds actions organized by name and cronological Use create to instasiate

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.createObject

Creates an instance of a schedule



96
97
98
# File 'lib/trigger_switch_d/schedule.rb', line 96

def create
  schedule = {:all => {}, :cronological => {}}.extend InstanceMethods
end