class VoiceSearchAction

Category: Device Actions

Public Class Methods

new(h={}) click to toggle source
Calls superclass method DeviceAction::new
# File lib/ruby-macrodroid/actions.rb, line 1276
def initialize(h={})

  options = {
  }

  super(options.merge h)

end

Public Instance Methods

to_s(colour: false, indent: 0) click to toggle source
Calls superclass method MacroObject#to_s
# File lib/ruby-macrodroid/actions.rb, line 1285
def to_s(colour: false, indent: 0)
  
  @s = 'Voice Search' # + @h.inspect
  super()
  
end
Also aliased as: to_summary
to_summary(colour: false, indent: 0)
Alias for: to_s