class Faker::Restaurant
def description
-
(String)
-
def description fetch('restaurant.description') end
def name
-
(String)
-
def name bothify(parse('restaurant.name')) end
def review
-
(String)
-
def review fetch('restaurant.review') end
def type
-
(String)
-
def type fetch('restaurant.type') end