class AutomationObject::State::Sleep

Sleep hook loop

Public Instance Methods

single_run() click to toggle source
# File lib/automation_object/state/hook_actions/sleep.rb, line 9
def single_run
  sleep(blue_prints)
end