class Mappings::AmountOfMoneyValue
- Mappings::AmountOfMoneyValue
- Mappings::Mapping
- Reference
- Object
Overview
An amount of money slot value.
- unit [
String
] : The currency. - value [
Float32
] : The amount of money. - precision [
SnipsPrecision
] : The precision of the resolved value.
Defined in:
bindings/mappings.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #data : DataType
- #data=(data : DataType)
- #precision
- #to_unsafe
- #unit
- #value
Macro Summary
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.