RulesEngine v0.2.0 RulesEngine.Rule View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %RulesEngine.Rule{
actions: [function()],
condition: function(),
description: String.t(),
name: String.t(),
priority: non_neg_integer()
}