Esempio n. 1
0
 def business_id(self, business_id):
     self._business_id = ValueExtractor.stringValueExtractor(business_id)
Esempio n. 2
0
 def attire(self, attire):
     self._attire = ValueExtractor.stringValueExtractor(attire)
Esempio n. 3
0
 def name(self, name):
     self._name = ValueExtractor.stringValueExtractor(name)
Esempio n. 4
0
 def alcohol(self, alcohol):
     self._alcohol = ValueExtractor.stringValueExtractor(alcohol)
Esempio n. 5
0
 def noise_level(self, noise_level):
     self._noise_level = ValueExtractor.stringValueExtractor(noise_level)
Esempio n. 6
0
 def business_id(self, business_id):
     self._business_id = ValueExtractor.stringValueExtractor(business_id)
Esempio n. 7
0
 def wifi(self, wifi):
     self._wifi = ValueExtractor.stringValueExtractor(wifi)
Esempio n. 8
0
 def name(self, name):
     self._name = ValueExtractor.stringValueExtractor(name)
Esempio n. 9
0
 def attire(self, attire):
     self._attire = ValueExtractor.stringValueExtractor(attire)
Esempio n. 10
0
 def noise_level(self, noise_level):
     self._noise_level = ValueExtractor.stringValueExtractor(noise_level)
Esempio n. 11
0
 def alcohol(self, alcohol):
     self._alcohol = ValueExtractor.stringValueExtractor(alcohol)
Esempio n. 12
0
 def wifi(self, wifi):
     self._wifi = ValueExtractor.stringValueExtractor(wifi)