Inherits Reference < Object
Converts amounts between currencies using Monobank exchange rates
Initialize converter with pre-fetched rates array
Initialize converter with cached JSON string containing rates
Convert amount from one currency to another using ISO 4217 alpha codes
converter = MonobankApi::CurrencyConverter.new converter.convert(100, "USD", "EUR")