Class: Faker::TvShows::GameOfThrones
- Inherits:
-
Base
- Object
- Base
- Faker::TvShows::GameOfThrones
show all
- Defined in:
- lib/faker/tv_shows/game_of_thrones.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
.character ⇒ Object
9
10
11
|
# File 'lib/faker/tv_shows/game_of_thrones.rb', line 9
def character
fetch('game_of_thrones.characters')
end
|
.city ⇒ Object
17
18
19
|
# File 'lib/faker/tv_shows/game_of_thrones.rb', line 17
def city
fetch('game_of_thrones.cities')
end
|
.dragon ⇒ Object
25
26
27
|
# File 'lib/faker/tv_shows/game_of_thrones.rb', line 25
def dragon
fetch('game_of_thrones.dragons')
end
|
.house ⇒ Object
13
14
15
|
# File 'lib/faker/tv_shows/game_of_thrones.rb', line 13
def house
fetch('game_of_thrones.houses')
end
|
.quote ⇒ Object
21
22
23
|
# File 'lib/faker/tv_shows/game_of_thrones.rb', line 21
def quote
fetch('game_of_thrones.quotes')
end
|