class Faker::Movies::HitchhikersGuideToTheGalaxy

def character

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

def location

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

def marvin_quote

Returns:
  • (String) -
def marvin_quote
  fetch('hitchhikers_guide_to_the_galaxy.marvin_quote')
end

def planet

Returns:
  • (String) -
def planet
  fetch('hitchhikers_guide_to_the_galaxy.planets')
end

def quote

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

def specie

Returns:
  • (String) -
def specie
  fetch('hitchhikers_guide_to_the_galaxy.species')
end

def starship

Returns:
  • (String) -
def starship
  fetch('hitchhikers_guide_to_the_galaxy.starships')
end