Current section

Files

Jump to
islands_text_client lib islands text_client summary message island.ex
Raw

lib/islands/text_client/summary/message/island.ex

defmodule Islands.TextClient.Summary.Message.Island do
@moduledoc false
alias Islands.Engine.Island
@spec for(Island.type()) :: String.t()
def for(island_type) do
island_type |> Atom.to_string() |> String.upcase()
end
end