class Mappings::InstantTimeValue
- Mappings::InstantTimeValue
- Mappings::Mapping
- Reference
- Object
Overview
An instant time slot value.
- value [
String
] : String representation of the instant. - grain [
SnipsGrain
] : The grain of the resolved instant. - precision [
SnipsPrecision
] : The precision of the resolved instant.
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)
- #grain
- #precision
- #to_unsafe
- #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?
.