Class: GameLockerAPI::Participant

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

Instance Attribute Summary collapse

Instance Attribute Details

#actorObject

Returns the value of attribute actor.



8
9
10
# File 'lib/gamelocker_api/participant.rb', line 8

def actor
  @actor
end

#assistsObject

Returns the value of attribute assists.



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

def assists
  @assists
end

#crystal_mine_capturesObject

Returns the value of attribute crystal_mine_captures.



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

def crystal_mine_captures
  @crystal_mine_captures
end

#deathsObject

Returns the value of attribute deaths.



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

def deaths
  @deaths
end

#farmObject

Returns the value of attribute farm.



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

def farm
  @farm
end

#first_afk_timeObject

Returns the value of attribute first_afk_time.



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

def first_afk_time
  @first_afk_time
end

#goldObject

Returns the value of attribute gold.



5
6
7
# File 'lib/gamelocker_api/participant.rb', line 5

def gold
  @gold
end

#gold_mine_capturesObject

Returns the value of attribute gold_mine_captures.



5
6
7
# File 'lib/gamelocker_api/participant.rb', line 5

def gold_mine_captures
  @gold_mine_captures
end

#item_grantsObject

Returns the value of attribute item_grants.



5
6
7
# File 'lib/gamelocker_api/participant.rb', line 5

def item_grants
  @item_grants
end

#item_sellsObject

Returns the value of attribute item_sells.



5
6
7
# File 'lib/gamelocker_api/participant.rb', line 5

def item_sells
  @item_sells
end

#item_usesObject

Returns the value of attribute item_uses.



5
6
7
# File 'lib/gamelocker_api/participant.rb', line 5

def item_uses
  @item_uses
end

#itemsObject

Returns the value of attribute items.



6
7
8
# File 'lib/gamelocker_api/participant.rb', line 6

def items
  @items
end

#jungle_killsObject

Returns the value of attribute jungle_kills.



6
7
8
# File 'lib/gamelocker_api/participant.rb', line 6

def jungle_kills
  @jungle_kills
end

#karma_levelObject

Returns the value of attribute karma_level.



6
7
8
# File 'lib/gamelocker_api/participant.rb', line 6

def karma_level
  @karma_level
end

#killsObject

Returns the value of attribute kills.



6
7
8
# File 'lib/gamelocker_api/participant.rb', line 6

def kills
  @kills
end

#kraken_capturesObject

Returns the value of attribute kraken_captures.



6
7
8
# File 'lib/gamelocker_api/participant.rb', line 6

def kraken_captures
  @kraken_captures
end

#levelObject

Returns the value of attribute level.



6
7
8
# File 'lib/gamelocker_api/participant.rb', line 6

def level
  @level
end

#minion_killsObject

Returns the value of attribute minion_kills.



7
8
9
# File 'lib/gamelocker_api/participant.rb', line 7

def minion_kills
  @minion_kills
end

#non_jungle_minion_killsObject

Returns the value of attribute non_jungle_minion_kills.



7
8
9
# File 'lib/gamelocker_api/participant.rb', line 7

def non_jungle_minion_kills
  @non_jungle_minion_kills
end

#playerObject

Returns the value of attribute player.



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

def player
  @player
end

#skill_tierObject

Returns the value of attribute skill_tier.



7
8
9
# File 'lib/gamelocker_api/participant.rb', line 7

def skill_tier
  @skill_tier
end

#skin_keyObject

Returns the value of attribute skin_key.



7
8
9
# File 'lib/gamelocker_api/participant.rb', line 7

def skin_key
  @skin_key
end

#turret_capturesObject

Returns the value of attribute turret_captures.



8
9
10
# File 'lib/gamelocker_api/participant.rb', line 8

def turret_captures
  @turret_captures
end

#uuidObject

Returns the value of attribute uuid.



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

def uuid
  @uuid
end

#went_afkObject

Returns the value of attribute went_afk.



8
9
10
# File 'lib/gamelocker_api/participant.rb', line 8

def went_afk
  @went_afk
end

#winnerObject

Returns the value of attribute winner.



8
9
10
# File 'lib/gamelocker_api/participant.rb', line 8

def winner
  @winner
end