Class: GameLockerAPI::Player
- Inherits:
-
Object
- Object
- GameLockerAPI::Player
- Defined in:
- lib/gamelocker_api/player.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#level ⇒ Object
Returns the value of attribute level.
-
#lifetime_gold ⇒ Object
Returns the value of attribute lifetime_gold.
-
#loss_streak ⇒ Object
Returns the value of attribute loss_streak.
-
#name ⇒ Object
Returns the value of attribute name.
-
#played ⇒ Object
Returns the value of attribute played.
-
#played_ranked ⇒ Object
Returns the value of attribute played_ranked.
-
#shard_id ⇒ Object
Returns the value of attribute shard_id.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
-
#win_streak ⇒ Object
Returns the value of attribute win_streak.
-
#wins ⇒ Object
Returns the value of attribute wins.
-
#xp ⇒ Object
Returns the value of attribute xp.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
3 4 5 |
# File 'lib/gamelocker_api/player.rb', line 3 def created_at @created_at end |
#level ⇒ Object
Returns the value of attribute level.
4 5 6 |
# File 'lib/gamelocker_api/player.rb', line 4 def level @level end |
#lifetime_gold ⇒ Object
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_streak ⇒ Object
Returns the value of attribute loss_streak.
4 5 6 |
# File 'lib/gamelocker_api/player.rb', line 4 def loss_streak @loss_streak end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/gamelocker_api/player.rb', line 3 def name @name end |
#played ⇒ Object
Returns the value of attribute played.
4 5 6 |
# File 'lib/gamelocker_api/player.rb', line 4 def played @played end |
#played_ranked ⇒ Object
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_id ⇒ Object
Returns the value of attribute shard_id.
3 4 5 |
# File 'lib/gamelocker_api/player.rb', line 3 def shard_id @shard_id end |
#uuid ⇒ Object
Returns the value of attribute uuid.
3 4 5 |
# File 'lib/gamelocker_api/player.rb', line 3 def uuid @uuid end |
#win_streak ⇒ Object
Returns the value of attribute win_streak.
4 5 6 |
# File 'lib/gamelocker_api/player.rb', line 4 def win_streak @win_streak end |
#wins ⇒ Object
Returns the value of attribute wins.
4 5 6 |
# File 'lib/gamelocker_api/player.rb', line 4 def wins @wins end |
#xp ⇒ Object
Returns the value of attribute xp.
4 5 6 |
# File 'lib/gamelocker_api/player.rb', line 4 def xp @xp end |