class SBSM::User
Constants
- HOME
- NAVIGATION
- SESSION_WEIGHT
- SESSION_WEIGHT_FACTOR
Public Instance Methods
home()
click to toggle source
# File lib/sbsm/user.rb, line 34 def home self::class::HOME end
pass()
click to toggle source
# File lib/sbsm/user.rb, line 40 def pass; end
session_weight()
click to toggle source
# File lib/sbsm/user.rb, line 41 def session_weight self::class::SESSION_WEIGHT * SESSION_WEIGHT_FACTOR end