class Mappings::SlotValue
- Mappings::SlotValue
- Mappings::Mapping
- Reference
- Object
Overview
A slot value.
- value [
DataValueType
] : The value of the slot. - value_type [
SnipsSlotValueType
] : The type of the 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)
- #to_unsafe
- #value
- #value_type
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?
.