Method: Evertils::Common::Authentication#info
- Defined in:
- lib/evertils/common/authentication.rb
#info ⇒ Object
26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/evertils/common/authentication.rb', line 26 def info { user: { name: @user.name, username: @user.username, id: @user.id }, shard: @user.shardId, api_version: @version, } end |