class Faker::Restaurant

def description

Returns:
  • (String) -
def description
  fetch('restaurant.description')
end

def name

Returns:
  • (String) -
def name
  bothify(parse('restaurant.name'))
end

def review

Returns:
  • (String) -
def review
  fetch('restaurant.review')
end

def type

Returns:
  • (String) -
def type
  fetch('restaurant.type')
end