class Faker::Movies::HarryPotter
def book
-
(String)
-
def book fetch('harry_potter.books') end
def character
-
(String)
-
def character fetch('harry_potter.characters') end
def house
-
(String)
-
def house fetch('harry_potter.houses') end
def location
-
(String)
-
def location fetch('harry_potter.locations') end
def quote
-
(String)
-
def quote fetch('harry_potter.quotes') end
def spell
-
(String)
-
def spell fetch('harry_potter.spells') end