class Faker::Movies::HarryPotter

def book

Returns:
  • (String) -
def book
  fetch('harry_potter.books')
end

def character

Returns:
  • (String) -
def character
  fetch('harry_potter.characters')
end

def house

Returns:
  • (String) -
def house
  fetch('harry_potter.houses')
end

def location

Returns:
  • (String) -
def location
  fetch('harry_potter.locations')
end

def quote

Returns:
  • (String) -
def quote
  fetch('harry_potter.quotes')
end

def spell

Returns:
  • (String) -
def spell
  fetch('harry_potter.spells')
end