Sha256: 1527cf4b731d313d18ce1a158b497aa0eb49f3a3ef28cc364b9c968b13171c73
Contents?: true
Size: 1012 Bytes
Versions: 6
Compression:
Stored size: 1012 Bytes
Contents
# TalonOne::NewRuleset ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **rules** | [**Array<Rule>**](Rule.md) | Set of rules to apply. | **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. | **rb_version** | **String** | A string indicating which version of the rulebuilder was used to create this ruleset. | [optional] **activate** | **Boolean** | A boolean indicating whether this newly created ruleset should also be activated for the campaign owns it | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::NewRuleset.new(rules: null, bindings: null, rb_version: null, activate: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems