Class: VoiceSearchAction

Inherits:
Action show all
Defined in:
lib/ruby-macrodroid.rb

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

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={})

  options = {
  }

  super(options.merge h)

end