Class: MacroEnabledConstraint
- Inherits:
-
Constraint
- Object
- MacroObject
- Constraint
- MacroEnabledConstraint
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: MacroDroid Specific
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ MacroEnabledConstraint
constructor
A new instance of MacroEnabledConstraint.
Methods inherited from Constraint
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ MacroEnabledConstraint
Returns a new instance of MacroEnabledConstraint.
4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 |
# File 'lib/ruby-macrodroid.rb', line 4689 def initialize(h={}) = { enabled: true, macro_ids: [-8016812002629322290], macro_names: ["Intruder photo "] } super(.merge h) end |