Class: TriggerThatInvokedConstraint
- Inherits:
-
Constraint
- Object
- MacroObject
- Constraint
- TriggerThatInvokedConstraint
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: MacroDroid Specific
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ TriggerThatInvokedConstraint
constructor
A new instance of TriggerThatInvokedConstraint.
Methods inherited from Constraint
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ TriggerThatInvokedConstraint
Returns a new instance of TriggerThatInvokedConstraint.
4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 |
# File 'lib/ruby-macrodroid.rb', line 4407 def initialize(h={}) = { not: false, si_guid_that_invoked: -4951291100076165433, trigger_name: 'Shake Device' } super(.merge h) end |