module
Money::Currency::RateProvider::OneToMany
Direct including types
- Money::Currency::RateProvider::BitPay
- Money::Currency::RateProvider::CoinGecko
- Money::Currency::RateProvider::ECB
Defined in:
money/currency/rate_provider/one_to_many.crInstance Method Summary
- #base_currency_code : String
- #base_currency_codes : Array(String)
- #exchange_rate?(base : Currency, target : Currency) : Currency::Rate | Nil
- #target_currency_codes : Array(String)