Class: Faker::Witcher

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/witcher.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, rand_in_range, regexify, sample, shuffle, translate, unique, with_locale

Class Method Details

.characterObject



4
5
6
# File 'lib/faker/witcher.rb', line 4

def character
  fetch('witcher.characters')
end

.locationObject



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

def location
  fetch('witcher.locations')
end

.monsterObject



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

def monster
  fetch('witcher.monsters')
end

.quoteObject



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

def quote
  fetch('witcher.quotes')
end

.schoolObject



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

def school
  fetch('witcher.schools')
end

.witcherObject



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

def witcher
  fetch('witcher.witchers')
end