Gamend.IpBans.IpBan (gamend_core v1.0.1192)

Copy Markdown View Source

A persisted IP ban. expires_at is nil for permanent bans.

Summary

Types

t()

@type t() :: %Gamend.IpBans.IpBan{
  __meta__: term(),
  expires_at: DateTime.t() | nil,
  id: integer() | nil,
  inserted_at: term(),
  ip: String.t() | nil,
  updated_at: term()
}