Class: ForceScreenRotationAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- ForceScreenRotationAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ ForceScreenRotationAction
constructor
A new instance of ForceScreenRotationAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ ForceScreenRotationAction
Returns a new instance of ForceScreenRotationAction.
2352 2353 2354 2355 2356 2357 2358 2359 2360 |
# File 'lib/ruby-macrodroid.rb', line 2352 def initialize(h={}) = { option: 0 } super(.merge h) end |