class Mappings::InjectionRequestOperation
- Mappings::InjectionRequestOperation
- Mappings::Mapping
- Reference
- Object
Overview
A list of entities mapping to a list of words to inject.
- values [
MapStringToStringArray
] : Values to inject. - kind [
SnipsInjectionKind
] : The type of injection to perform.
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)
- #kind
- #to_unsafe
- #values
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?
.