Class: ExportMacrosAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- ExportMacrosAction
- Defined in:
- lib/ruby-macrodroid/actions.rb
Overview
MacroDroid Specific
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ ExportMacrosAction
constructor
A new instance of ExportMacrosAction.
- #to_s(colour: false) ⇒ Object (also: #to_summary)
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ ExportMacrosAction
Returns a new instance of ExportMacrosAction.
1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'lib/ruby-macrodroid/actions.rb', line 1378 def initialize(h={}) = { file_path: "", path_uri: "" } super(h) end |
Instance Method Details
#to_s(colour: false) ⇒ Object Also known as: to_summary
1387 1388 1389 1390 1391 |
# File 'lib/ruby-macrodroid/actions.rb', line 1387 def to_s(colour: false) 'Export macros' end |