class LolApi::Player
Attributes
raw_player[R]
Public Class Methods
new(raw_player)
click to toggle source
# File lib/lol_api/types/dtos/player.rb, line 5 def initialize(raw_player) @raw_player = raw_player end
Public Instance Methods
match_history_uri()
click to toggle source
# File lib/lol_api/types/dtos/player.rb, line 9 def match_history_uri raw_player['matchHistoryUri'] end
profile_icon()
click to toggle source
# File lib/lol_api/types/dtos/player.rb, line 13 def profile_icon raw_player['profileIcon'] end
summoner_name()
click to toggle source
# File lib/lol_api/types/dtos/player.rb, line 17 def summoner_name raw_player['summonerName'] end