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