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.
1044 1045 1046 |
# File 'lib/ruby-macrodroid.rb', line 1044 def initialize(h={}) super({}.merge h) end |