Class: ForceScreenRotationAction
- Inherits:
-
ScreenAction
- Object
- MacroObject
- Action
- ScreenAction
- ForceScreenRotationAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Screen
Instance Attribute Summary
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.
3428 3429 3430 3431 3432 3433 3434 3435 3436 |
# File 'lib/ruby-macrodroid.rb', line 3428 def initialize(h={}) = { option: 0 } super(.merge h) end |