Class: AutomationObject::State::ResetScreen
- Inherits:
-
ActionLoop
- Object
- ActionLoop
- AutomationObject::State::ResetScreen
- Defined in:
- lib/automation_object/state/hook_actions/reset_screen.rb
Overview
Reset screen 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/reset_screen.rb', line 9 def single_run composite.screen.reset end |