RelayMark.Scripture.License (relay_mark_elixir v0.5.1)

Copy Markdown View Source

License and attribution identity for a portable Scripture release.

Summary

Types

t()

@type t() :: %RelayMark.Scripture.License{
  id: String.t(),
  name: String.t(),
  url: String.t()
}

Functions

from_map(map)