Accessing a rule set from Gosu code
You can access a rule set within a rule set category (and thus, all the rules within
the rule set) by using the following Gosu invoke method. You can
use this method to invoke a rule set in any place that you use Gosu code.
rules.RuleSetCategory.RuleSet.invoke(entity)
You can only invoke a rule set through the Gosu invoke method, not individual rules. Invoking the rule set triggers evaluation of every rule in that rule set, in sequential order. If the conditions for a rule evaluate to true, then PolicyCenter executes the actions for that rule.
