# `Spek.Literal`
[🔗](https://github.com/woylie/spek/blob/0.2.0/lib/spek/literal.ex#L1)

Struct that represents an authorization rule that evaluates to a fixed value.

# `t`

```elixir
@type t() ::
  %Spek.Literal{result: Spek.truthy(), satisfied?: true}
  | %Spek.Literal{result: Spek.falsy(), satisfied?: false}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
