Class: VoiceSearchAction
- Inherits:
-
DeviceAction
- Object
- MacroObject
- Action
- DeviceAction
- VoiceSearchAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Device Actions
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ VoiceSearchAction
constructor
A new instance of VoiceSearchAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ VoiceSearchAction
2601 2602 2603 2604 2605 2606 2607 2608 |
# File 'lib/ruby-macrodroid.rb', line 2601 def initialize(h={}) = { } super(.merge h) end |