struct ICU::NumberFormatter::MonetaryAmount

Defined in:

icu/number_formatter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(amount : Float64, currency_code : String) #

[View source]

Instance Method Detail

def amount : Float64 #

def clone #

[View source]
def copy_with(amount _amount = @amount, currency_code _currency_code = @currency_code) #

[View source]
def currency_code : String #