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

Link to this section Summary

Link to this section Types

@type t() :: %Noizu.RuleEngine.Op.ValueOp{
  description: String.t() | nil,
  identifier: String.t() | list() | tuple(),
  name: String.t() | nil,
  value: any()
}