Agnus.DayInfo.keys
You're seeing just the function
keys
, go back to Agnus.DayInfo module for more information.
Get the sun info keys available
Examples
iex> keys = Agnus.keys()
iex> [:sunrise, :sunset] in keys
iex> Enum.count(keys) == 10