Class: AutomationObject::State::Sleep

Inherits:
ActionLoop
  • Object
show all
Defined in:
lib/automation_object/state/hook_actions/sleep.rb

Overview

Sleep hook loop

Instance Attribute Summary

Attributes inherited from ActionLoop

#blue_prints, #composite, #driver, #loops

Instance Method Summary collapse

Methods inherited from ActionLoop

#initialize, #run

Constructor Details

This class inherits a constructor from AutomationObject::State::ActionLoop

Instance Method Details

#single_runObject



9
10
11
# File 'lib/automation_object/state/hook_actions/sleep.rb', line 9

def single_run
  sleep(blue_prints)
end