Class: FileAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- FileAction
- Defined in:
- lib/ruby-macrodroid.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ FileAction
constructor
A new instance of FileAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ FileAction
Returns a new instance of FileAction.
3241 3242 3243 3244 |
# File 'lib/ruby-macrodroid.rb', line 3241 def initialize(h={}) super(h) @group = 'file' end |