Class: AutomationObject::State::Sleep
- Inherits:
 - 
      ActionLoop
      
        
- Object
 - ActionLoop
 - AutomationObject::State::Sleep
 
 
- 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
Constructor Details
This class inherits a constructor from AutomationObject::State::ActionLoop
Instance Method Details
#single_run ⇒ Object
      9 10 11  | 
    
      # File 'lib/automation_object/state/hook_actions/sleep.rb', line 9 def single_run sleep(blue_prints) end  |