Class: OpenFileAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- OpenFileAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ OpenFileAction
constructor
A new instance of OpenFileAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ OpenFileAction
Returns a new instance of OpenFileAction.
1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 |
# File 'lib/ruby-macrodroid.rb', line 1691 def initialize(h={}) = { app_name: '', class_name: '', package_name: '', file_path: '' } super(.merge h) end |