class Mappings::SessionQueuedMessage
- Mappings::SessionQueuedMessage
- Mappings::Mapping
- Reference
- Object
Overview
A message sent when a session is queued.
- session_id [
String
] : The id of the session that was queued. - custom_data [
String
] : Nullable, the custom data that was given at the creation of the session. - site_id [
String
] : The site on which this session was queued.
Defined in:
bindings/mappings.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #custom_data
- #data : DataType
- #data=(data : DataType)
- #session_id
- #site_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?
.