Class: Mxrb::Runtime::SessionRecord

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#expires_atObject (readonly)

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



12
13
14
# File 'lib/mxrb/runtime/shared_store.rb', line 12

def expires_at
  @expires_at
end

#identityObject (readonly)

Returns the value of attribute identity

Returns:

  • (Object)

    the current value of identity



12
13
14
# File 'lib/mxrb/runtime/shared_store.rb', line 12

def identity
  @identity
end

#tokenObject (readonly)

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



12
13
14
# File 'lib/mxrb/runtime/shared_store.rb', line 12

def token
  @token
end