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
1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'lib/ruby-macrodroid/actions.rb', line 1195 def initialize(h={}) = { file_path: "", path_uri: "" } super(h) end |
Instance Method Details
#to_s(colour: false) ⇒ Object Also known as: to_summary
1204 1205 1206 1207 1208 |
# File 'lib/ruby-macrodroid/actions.rb', line 1204 def to_s(colour: false) 'Export macros' end |