Class: Faker::Games::LeagueOfLegends
- Inherits:
-
Base
- Object
- Base
- Faker::Games::LeagueOfLegends
show all
- Defined in:
- lib/faker/games/league_of_legends.rb
Constant Summary
Constants inherited
from Base
Base::Letters, Base::Numbers, Base::ULetters
Class Method Summary
collapse
Methods inherited from Base
bothify, disable_enforce_available_locales, fetch, fetch_all, flexible, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, resolve, respond_to_missing?, sample, shuffle, translate, unique, with_locale
Class Method Details
.champion ⇒ Object
7
8
9
|
# File 'lib/faker/games/league_of_legends.rb', line 7
def champion
fetch('games.league_of_legends.champion')
end
|
.location ⇒ Object
11
12
13
|
# File 'lib/faker/games/league_of_legends.rb', line 11
def location
fetch('games.league_of_legends.location')
end
|
.masteries ⇒ Object
23
24
25
|
# File 'lib/faker/games/league_of_legends.rb', line 23
def masteries
fetch('games.league_of_legends.masteries')
end
|
.quote ⇒ Object
15
16
17
|
# File 'lib/faker/games/league_of_legends.rb', line 15
def quote
fetch('games.league_of_legends.quote')
end
|
.rank ⇒ Object
27
28
29
|
# File 'lib/faker/games/league_of_legends.rb', line 27
def rank
fetch('games.league_of_legends.rank')
end
|
.summoner_spell ⇒ Object
19
20
21
|
# File 'lib/faker/games/league_of_legends.rb', line 19
def summoner_spell
fetch('games.league_of_legends.summoner_spell')
end
|