Sha256: e85e1cd7157ad96b8712bed61d8ef9e4a35bf73a23de629b736f047934e8fdf9
Contents?: true
Size: 833 Bytes
Versions: 6
Compression:
Stored size: 833 Bytes
Contents
# TalonOne::Rule ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **title** | **String** | A short description of the rule. | **description** | **String** | A longer, more detailed description of the rule. | [optional] **bindings** | [**Array<Binding>**](Binding.md) | An array that provides objects with variable names (name) and talang expressions to whose result they are bound (expression) during rule evaluation. The order of the evaluation is decided by the position in the array. | [optional] **condition** | **Array<Object>** | A Talang expression that will be evaluated in the context of the given event. | **effects** | **Array<Object>** | An array of effectful Talang expressions in arrays that will be evaluated when a rule matches. |
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
talon_one-1.4.0 | docs/Rule.md |
talon_one-1.3.0 | docs/Rule.md |
talon_one-1.2.0 | docs/Rule.md |
talon_one-1.1.2 | docs/Rule.md |
talon_one-1.1.1 | docs/Rule.md |
talon_one-1.1.0 | docs/Rule.md |