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.
3603 3604 3605 3606 3607 3608 3609 3610 3611 |
# File 'lib/ruby-macrodroid.rb', line 3603 def initialize(h={}) = { option: 0 } super(.merge h) end |