class Faker::Movies::Hobbit

def character

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

def location

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

def quote

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

def thorins_company

Returns:
  • (String) -
def thorins_company
  fetch('hobbit.thorins_company')
end