Class: SetBrightnessAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- SetBrightnessAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ SetBrightnessAction
constructor
A new instance of SetBrightnessAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ SetBrightnessAction
Returns a new instance of SetBrightnessAction.
1036 1037 1038 |
# File 'lib/ruby-macrodroid.rb', line 1036 def initialize(h={}) super({}.merge h) end |