Class: AndroidShortcutsAction

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

Overview

Category: Device Actions

Instance Attribute Summary

Attributes inherited from Action

#constraints

Attributes inherited from MacroObject

#options, #siguid, #type

Instance Method Summary collapse

Methods inherited from Action

#invoke

Methods inherited from MacroObject

#to_h, #to_s

Constructor Details

#initialize(h = {}) ⇒ AndroidShortcutsAction

Returns a new instance of AndroidShortcutsAction.



2928
2929
2930
2931
2932
2933
2934
2935
2936
# File 'lib/ruby-macrodroid.rb', line 2928

def initialize(h={})

  options = {
    option: 1
  }

  super(options.merge h)

end