Class: Kanrisuru::Core::System::LoginUser

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/system/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#sessionsObject

Returns the value of attribute sessions

Returns:

  • (Object)

    the current value of sessions



102
103
104
# File 'lib/kanrisuru/core/system/types.rb', line 102

def sessions
  @sessions
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



102
103
104
# File 'lib/kanrisuru/core/system/types.rb', line 102

def user
  @user
end