Class: ForceScreenRotationAction
- Inherits:
-
ScreenAction
- Object
- MacroObject
- Action
- ScreenAction
- ForceScreenRotationAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Screen
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ ForceScreenRotationAction
constructor
A new instance of ForceScreenRotationAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ ForceScreenRotationAction
Returns a new instance of ForceScreenRotationAction.
3886 3887 3888 3889 3890 3891 3892 3893 3894 |
# File 'lib/ruby-macrodroid.rb', line 3886 def initialize(h={}) = { option: 0 } super(.merge h) end |