class Faker::Movies::HitchhikersGuideToTheGalaxy
def character
-
(String)
-
def character fetch('hitchhikers_guide_to_the_galaxy.characters') end
def location
-
(String)
-
def location fetch('hitchhikers_guide_to_the_galaxy.locations') end
def marvin_quote
-
(String)
-
def marvin_quote fetch('hitchhikers_guide_to_the_galaxy.marvin_quote') end
def planet
-
(String)
-
def planet fetch('hitchhikers_guide_to_the_galaxy.planets') end
def quote
-
(String)
-
def quote fetch('hitchhikers_guide_to_the_galaxy.quotes') end
def specie
-
(String)
-
def specie fetch('hitchhikers_guide_to_the_galaxy.species') end
def starship
-
(String)
-
def starship fetch('hitchhikers_guide_to_the_galaxy.starships') end