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()
}

Link to this section Functions

Link to this function add_rule(rule, rules_map \\ %{}) View Source