Class: Lol::Player

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

Instance Attribute Summary collapse

Attributes inherited from Model

#raw

Method Summary

Methods inherited from Model

#initialize

Constructor Details

This class inherits a constructor from Lol::Model

Instance Attribute Details

#champion_idObject

Returns the value of attribute champion_id.



7
8
9
# File 'lib/lol/player.rb', line 7

def champion_id
  @champion_id
end

#summoner_idObject

Returns the value of attribute summoner_id.



11
12
13
# File 'lib/lol/player.rb', line 11

def summoner_id
  @summoner_id
end

#team_idObject

Returns the value of attribute team_id.



15
16
17
# File 'lib/lol/player.rb', line 15

def team_id
  @team_id
end