CurrencyConversion.get_currencies
You're seeing just the callback
get_currencies
, go back to CurrencyConversion module for more information.
Specs
get_currencies() :: [atom()]
Get all currencies
Examples
iex> get_currencies()
[:EUR, :CHF, :USD, ...]