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 Action
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.
2912 2913 2914 2915 2916 2917 2918 2919 |
# File 'lib/ruby-macrodroid.rb', line 2912 def initialize(h={}) = { } super(.merge h) end |