Class: AutomationObject::State::ResetScreen

Inherits:
ActionLoop
  • Object
show all
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

#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/reset_screen.rb', line 9

def single_run
  composite.screen.reset
end