View Source Noizu.RuleEngine.Op.IfThenOp (noizu_rule_engine v0.2.3)

Link to this section Summary

Link to this section Types

@type t() :: %Noizu.RuleEngine.Op.IfThenOp{
  condition_clause: any(),
  description: String.t() | nil,
  else_clause: any(),
  identifier: String.t() | list() | tuple(),
  name: String.t() | nil,
  settings: Keyword.t(),
  then_clause: any()
}