Class: PlaySoundAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- PlaySoundAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ PlaySoundAction
constructor
A new instance of PlaySoundAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ PlaySoundAction
Returns a new instance of PlaySoundAction.
2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 |
# File 'lib/ruby-macrodroid.rb', line 2027 def initialize(h={}) = { selected_index: 0, file_path: '' } super(.merge h) end |