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
Returns a new instance of VoiceSearchAction.
2776 2777 2778 2779 2780 2781 2782 2783 |
# File 'lib/ruby-macrodroid.rb', line 2776 def initialize(h={}) = { } super(.merge h) end |