Class: Lol::Player
Instance Attribute Summary collapse
-
#champion_id ⇒ Fixnum
readonly
Champion Id associated with player.
-
#summoner_id ⇒ Fixnum
readonly
Summoner Id associated with player.
-
#team_id ⇒ Fixnum
readonly
Team Id associated with player.
Attributes inherited from Model
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Lol::Model
Instance Attribute Details
#champion_id ⇒ Fixnum
Returns Champion Id associated with player.
7 8 9 |
# File 'lib/lol/player.rb', line 7 def champion_id @champion_id end |
#summoner_id ⇒ Fixnum
Returns Summoner Id associated with player.
11 12 13 |
# File 'lib/lol/player.rb', line 11 def summoner_id @summoner_id end |
#team_id ⇒ Fixnum
Returns Team Id associated with player.
15 16 17 |
# File 'lib/lol/player.rb', line 15 def team_id @team_id end |