class Faker::Witcher

Public Class Methods

character() click to toggle source
# File lib/faker/witcher.rb, line 4
def character
  fetch('witcher.characters')
end
location() click to toggle source
# File lib/faker/witcher.rb, line 16
def location
  fetch('witcher.locations')
end
monster() click to toggle source
# File lib/faker/witcher.rb, line 24
def monster
  fetch('witcher.monsters')
end
quote() click to toggle source
# File lib/faker/witcher.rb, line 20
def quote
  fetch('witcher.quotes')
end
school() click to toggle source
# File lib/faker/witcher.rb, line 12
def school
  fetch('witcher.schools')
end
witcher() click to toggle source
# File lib/faker/witcher.rb, line 8
def witcher
  fetch('witcher.witchers')
end