Class: Faker::Games::Witcher

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/games/witcher.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

.characterObject



7
8
9
# File 'lib/faker/games/witcher.rb', line 7

def character
  fetch('games.witcher.characters')
end

.locationObject



19
20
21
# File 'lib/faker/games/witcher.rb', line 19

def location
  fetch('games.witcher.locations')
end

.monsterObject



27
28
29
# File 'lib/faker/games/witcher.rb', line 27

def monster
  fetch('games.witcher.monsters')
end

.quoteObject



23
24
25
# File 'lib/faker/games/witcher.rb', line 23

def quote
  fetch('games.witcher.quotes')
end

.schoolObject



15
16
17
# File 'lib/faker/games/witcher.rb', line 15

def school
  fetch('games.witcher.schools')
end

.witcherObject



11
12
13
# File 'lib/faker/games/witcher.rb', line 11

def witcher
  fetch('games.witcher.witchers')
end