class Mappings::SessionEndedMessage
- Mappings::SessionEndedMessage
- Mappings::Mapping
- Reference
- Object
Overview
A message sent when a session is ended.
- session_id [
String
] : The id of the session that was terminated. - custom_data [
String
] : Nullable, the custom data associated to this session. - termination [
SessionTermination
] : How the session was ended. - site_id [
String
] : The site on which this session took place.
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
- #termination
- #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?
.