Class: SetKeyboardAction
- Inherits:
-
DeviceSettingsAction
- Object
- MacroObject
- Action
- DeviceSettingsAction
- SetKeyboardAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Device Settings
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ SetKeyboardAction
constructor
A new instance of SetKeyboardAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ SetKeyboardAction
Returns a new instance of SetKeyboardAction.
3051 3052 3053 3054 3055 3056 3057 3058 |
# File 'lib/ruby-macrodroid.rb', line 3051 def initialize(h={}) = { } super(.merge h) end |