class Faker::Games::LeagueOfLegends

def champion

Returns:
  • (String) -
def champion
  fetch('games.league_of_legends.champion')
end

def location

Returns:
  • (String) -
def location
  fetch('games.league_of_legends.location')
end

def masteries

Returns:
  • (String) -
def masteries
  fetch('games.league_of_legends.masteries')
end

def quote

Returns:
  • (String) -
def quote
  fetch('games.league_of_legends.quote')
end

def rank

Returns:
  • (String) -
def rank
  fetch('games.league_of_legends.rank')
end

def summoner_spell

Returns:
  • (String) -
def summoner_spell
  fetch('games.league_of_legends.summoner_spell')
end