struct Money::Currency::RateProvider::ManyToOne::Rate

Defined in:

money/currency/rate_provider/many_to_one.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(currency_code : String, value : BigDecimal) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(currency_code _currency_code = @currency_code, value _value = @value) #

[View source]
def currency_code : String #

def value : BigDecimal #