class Mappings::InjectionResetRequestMessage
- Mappings::InjectionResetRequestMessage
- Mappings::Mapping
- Reference
- Object
Overview
A message used to reset previously injected values.
- request_id [
String
] : : Id of the injection request.
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)
- #request_id
- #to_unsafe
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?
.