Class: Faker::LeagueOfLegends

Inherits:
Object
  • Object
show all
Extended by:
Gem::Deprecate
Defined in:
lib/faker/deprecate/league_of_legends.rb

Class Method Summary collapse

Class Method Details

.championObject



8
9
10
# File 'lib/faker/deprecate/league_of_legends.rb', line 8

def champion
  Faker::Games::LeagueOfLegends.champion
end

.locationObject



12
13
14
# File 'lib/faker/deprecate/league_of_legends.rb', line 12

def location
  Faker::Games::LeagueOfLegends.location
end

.masteriesObject



24
25
26
# File 'lib/faker/deprecate/league_of_legends.rb', line 24

def masteries
  Faker::Games::LeagueOfLegends.masteries
end

.quoteObject



16
17
18
# File 'lib/faker/deprecate/league_of_legends.rb', line 16

def quote
  Faker::Games::LeagueOfLegends.quote
end

.rankObject



28
29
30
# File 'lib/faker/deprecate/league_of_legends.rb', line 28

def rank
  Faker::Games::LeagueOfLegends.rank
end

.summoner_spellObject



20
21
22
# File 'lib/faker/deprecate/league_of_legends.rb', line 20

def summoner_spell
  Faker::Games::LeagueOfLegends.summoner_spell
end