RelayMark.Scripture.Coordinate (relay_mark_elixir v0.5.1)

Copy Markdown View Source

Lossless chapter-or-section Scripture coordinate.

Summary

Types

t()

@type t() :: %RelayMark.Scripture.Coordinate{
  book_id: String.t(),
  chapter: pos_integer() | nil,
  kind: :chapter | :section,
  section_id: String.t() | nil,
  verse_label: String.t()
}

Functions

from_map(map)