Agnus.keys

You're seeing just the function keys, go back to Agnus module for more information.

Specs

keys() :: [Agnus.Types.suninfo_key()]

Get the sun info keys available

Examples

iex> keys = Agnus.keys()
iex> :sunrise in keys
true
iex> :sunset in keys
true
iex> Enum.count(keys)
11