Class: Lol::Player
Instance Attribute Summary collapse
-
#champion_id ⇒ Object
readonly
Returns the value of attribute champion_id.
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
-
#summoner_id ⇒ Object
readonly
Returns the value of attribute summoner_id.
-
#team_id ⇒ Object
readonly
Returns the value of attribute team_id.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Lol::Model
Instance Attribute Details
#champion_id ⇒ Object
Returns the value of attribute champion_id.
11 12 13 |
# File 'lib/lol/player.rb', line 11 def champion_id @champion_id end |
#raw ⇒ Object (readonly)
Returns the value of attribute raw.
7 8 9 |
# File 'lib/lol/player.rb', line 7 def raw @raw end |
#summoner_id ⇒ Object
Returns the value of attribute summoner_id.
15 16 17 |
# File 'lib/lol/player.rb', line 15 def summoner_id @summoner_id end |
#team_id ⇒ Object
Returns the value of attribute team_id.
19 20 21 |
# File 'lib/lol/player.rb', line 19 def team_id @team_id end |