Class: VoiceSearchAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- VoiceSearchAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ VoiceSearchAction
constructor
A new instance of VoiceSearchAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ VoiceSearchAction
Returns a new instance of VoiceSearchAction.
1703 1704 1705 1706 1707 1708 1709 1710 |
# File 'lib/ruby-macrodroid.rb', line 1703 def initialize(h={}) = { } super(.merge h) end |