class Faker::HarryPotter

Public Class Methods

book() click to toggle source
# File lib/faker/harry_potter.rb, line 16
def book
  fetch('harry_potter.books')
end
character() click to toggle source
# File lib/faker/harry_potter.rb, line 4
def character
  fetch('harry_potter.characters')
end
house() click to toggle source
# File lib/faker/harry_potter.rb, line 20
def house
  fetch('harry_potter.houses')
end
location() click to toggle source
# File lib/faker/harry_potter.rb, line 8
def location
  fetch('harry_potter.locations')
end
quote() click to toggle source
# File lib/faker/harry_potter.rb, line 12
def quote
  fetch('harry_potter.quotes')
end