class Faker::LeagueOfLegends
Public Class Methods
champion()
click to toggle source
# File lib/faker/league_of_legends.rb, line 4 def champion fetch('league_of_legends.champion') end
location()
click to toggle source
# File lib/faker/league_of_legends.rb, line 8 def location fetch('league_of_legends.location') end
masteries()
click to toggle source
# File lib/faker/league_of_legends.rb, line 20 def masteries fetch('league_of_legends.masteries') end
quote()
click to toggle source
# File lib/faker/league_of_legends.rb, line 12 def quote fetch('league_of_legends.quote') end
rank()
click to toggle source
# File lib/faker/league_of_legends.rb, line 24 def rank fetch('league_of_legends.rank') end
summoner_spell()
click to toggle source
# File lib/faker/league_of_legends.rb, line 16 def summoner_spell fetch('league_of_legends.summoner_spell') end