class Mappings::EndSessionMessage
- Mappings::EndSessionMessage
- Mappings::Mapping
- Reference
- Object
Overview
A message that is used to terminate a session.
- session_id [
String
] : The id of the session to end. - text [
String
] : Nullable, an optional text to be told to the user before ending the session.
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)
- #session_id
- #text
- #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?
.