Class: Faker::GameOfThrones
- Inherits:
-
Base
- Object
- Base
- Faker::GameOfThrones
show all
- Defined in:
- lib/faker/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, fetch, fetch_all, flexible, letterify, method_missing, numerify, parse, rand_in_range, regexify, translate, unique, with_locale
Class Method Details
.character ⇒ Object
4
5
6
|
# File 'lib/faker/game_of_thrones.rb', line 4
def character
fetch('game_of_thrones.characters')
end
|
.city ⇒ Object
12
13
14
|
# File 'lib/faker/game_of_thrones.rb', line 12
def city
fetch('game_of_thrones.cities')
end
|
.dragon ⇒ Object
20
21
22
|
# File 'lib/faker/game_of_thrones.rb', line 20
def dragon
fetch('game_of_thrones.dragons')
end
|
.house ⇒ Object
8
9
10
|
# File 'lib/faker/game_of_thrones.rb', line 8
def house
fetch('game_of_thrones.houses')
end
|
.quote ⇒ Object
16
17
18
|
# File 'lib/faker/game_of_thrones.rb', line 16
def quote
fetch('game_of_thrones.quotes')
end
|