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.
860 861 862 |
# File 'lib/ruby-macrodroid.rb', line 860 def initialize(h={}) super({}.merge h) end |