Class: Mxrb::Runtime::SessionRecord
- Inherits:
-
Data
- Object
- Data
- Mxrb::Runtime::SessionRecord
- Defined in:
- lib/mxrb/runtime/shared_store.rb
Overview
rubocop:disable Metrics/AbcSize, Metrics/BlockLength, Metrics/ClassLength rubocop:disable Metrics/CyclomaticComplexity, Metrics/MethodLength, Metrics/ParameterLists
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
readonly
Returns the value of attribute expires_at.
-
#identity ⇒ Object
readonly
Returns the value of attribute identity.
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Instance Attribute Details
#expires_at ⇒ Object (readonly)
Returns the value of attribute expires_at
12 13 14 |
# File 'lib/mxrb/runtime/shared_store.rb', line 12 def expires_at @expires_at end |
#identity ⇒ Object (readonly)
Returns the value of attribute identity
12 13 14 |
# File 'lib/mxrb/runtime/shared_store.rb', line 12 def identity @identity end |
#token ⇒ Object (readonly)
Returns the value of attribute token
12 13 14 |
# File 'lib/mxrb/runtime/shared_store.rb', line 12 def token @token end |