Ussd.Decisions.Equal (Ussd v0.2.0)

Copy Markdown View Source

Matches when the input equals expected (numeric-aware: "7" matches 7).

Summary

Types

t()

@type t() :: %Ussd.Decisions.Equal{expected: String.t() | number()}

Functions

new(expected)

@spec new(String.t() | number()) :: t()