Sha256: b865bf160709261e38f93cb0b0d82cd6bac271e63f1dc7ba7fc80ccb35f4a82a
Contents?: true
Size: 682 Bytes
Versions: 2
Compression:
Stored size: 682 Bytes
Contents
# TalonOne::GenerateRuleTitleRule ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **effects** | **Array<Object>** | An array of effectful Talang expressions in arrays that will be evaluated when a rule matches. | [optional] **condition** | **Array<Object>** | A Talang expression that will be evaluated in the context of the given event. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::GenerateRuleTitleRule.new(effects: [catch, [noop], [setDiscount, 10% off, [*, [., Session, Total], [/, 10, 100]]]], condition: [and, [couponValid]]) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/GenerateRuleTitleRule.md |
talon_one-6.0.0 | docs/GenerateRuleTitleRule.md |