module Money::Currency::RateProvider::ManyToOne

Direct including types

Defined in:

money/currency/rate_provider/many_to_one.cr

Instance Method Summary

Instance Method Detail

def base_currency_codes : Array(String) #

[View source]
def exchange_rate?(base : Currency, target : Currency) : Currency::Rate | Nil #

[View source]
abstract def target_currency_code : String #

[View source]
def target_currency_codes : Array(String) #

[View source]