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.
2311 2312 2313 2314 2315 2316 2317 2318 |
# File 'lib/ruby-macrodroid.rb', line 2311 def initialize(h={}) = { } super(.merge h) end |