Class: GameLockerAPI::Player

Inherits:
Object
  • Object
show all
Defined in:
lib/gamelocker_api/player.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at.



3
4
5
# File 'lib/gamelocker_api/player.rb', line 3

def created_at
  @created_at
end

#levelObject

Returns the value of attribute level.



4
5
6
# File 'lib/gamelocker_api/player.rb', line 4

def level
  @level
end

#lifetime_goldObject

Returns the value of attribute lifetime_gold.



4
5
6
# File 'lib/gamelocker_api/player.rb', line 4

def lifetime_gold
  @lifetime_gold
end

#loss_streakObject

Returns the value of attribute loss_streak.



4
5
6
# File 'lib/gamelocker_api/player.rb', line 4

def loss_streak
  @loss_streak
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/gamelocker_api/player.rb', line 3

def name
  @name
end

#playedObject

Returns the value of attribute played.



4
5
6
# File 'lib/gamelocker_api/player.rb', line 4

def played
  @played
end

#played_rankedObject

Returns the value of attribute played_ranked.



4
5
6
# File 'lib/gamelocker_api/player.rb', line 4

def played_ranked
  @played_ranked
end

#shard_idObject

Returns the value of attribute shard_id.



3
4
5
# File 'lib/gamelocker_api/player.rb', line 3

def shard_id
  @shard_id
end

#uuidObject

Returns the value of attribute uuid.



3
4
5
# File 'lib/gamelocker_api/player.rb', line 3

def uuid
  @uuid
end

#win_streakObject

Returns the value of attribute win_streak.



4
5
6
# File 'lib/gamelocker_api/player.rb', line 4

def win_streak
  @win_streak
end

#winsObject

Returns the value of attribute wins.



4
5
6
# File 'lib/gamelocker_api/player.rb', line 4

def wins
  @wins
end

#xpObject

Returns the value of attribute xp.



4
5
6
# File 'lib/gamelocker_api/player.rb', line 4

def xp
  @xp
end