Exemplo n.º 1
0
 def attire(self, attire):
     self._attire = ValueExtractor.stringValueExtractor(attire)
Exemplo n.º 2
0
 def noise_level(self, noise_level):
     self._noise_level = ValueExtractor.stringValueExtractor(noise_level)
Exemplo n.º 3
0
 def music(self, music):
     self._music = ValueExtractor.booleanDictValueExtractor(music)
Exemplo n.º 4
0
 def alcohol(self, alcohol):
     self._alcohol = ValueExtractor.stringValueExtractor(alcohol)
Exemplo n.º 5
0
 def alcohol(self, alcohol):
     self._alcohol = ValueExtractor.stringValueExtractor(alcohol)
Exemplo n.º 6
0
 def categories(self, categories):
     self._categories = ValueExtractor.listValueExtractor(categories)
Exemplo n.º 7
0
 def name(self, name):
     self._name = ValueExtractor.stringValueExtractor(name)
Exemplo n.º 8
0
 def categories(self, categories):
     self._categories = ValueExtractor.listValueExtractor(categories)
Exemplo n.º 9
0
 def dietary_restrictions(self, dietary_restrictions):
     self._dietary_restrictions = ValueExtractor.booleanDictValueExtractor(
         dietary_restrictions)
Exemplo n.º 10
0
 def ambience(self, ambience):
     self._ambience = ValueExtractor.booleanDictValueExtractor(ambience)
Exemplo n.º 11
0
 def parking(self, parking):
     self._parking = ValueExtractor.booleanDictValueExtractor(parking)
Exemplo n.º 12
0
 def attire(self, attire):
     self._attire = ValueExtractor.stringValueExtractor(attire)
Exemplo n.º 13
0
 def music(self, music):
     self._music = ValueExtractor.booleanDictValueExtractor(music)
Exemplo n.º 14
0
 def noise_level(self, noise_level):
     self._noise_level = ValueExtractor.stringValueExtractor(noise_level)
Exemplo n.º 15
0
 def ambience(self, ambience):
     self._ambience = ValueExtractor.booleanDictValueExtractor(ambience)
Exemplo n.º 16
0
 def name(self, name):
     self._name = ValueExtractor.stringValueExtractor(name)
Exemplo n.º 17
0
 def parking(self, parking):
     self._parking = ValueExtractor.booleanDictValueExtractor(parking)
Exemplo n.º 18
0
 def business_id(self, business_id):
     self._business_id = ValueExtractor.stringValueExtractor(business_id)
Exemplo n.º 19
0
 def dietary_restrictions(self, dietary_restrictions):
     self._dietary_restrictions = ValueExtractor.booleanDictValueExtractor(dietary_restrictions)
Exemplo n.º 20
0
 def wifi(self, wifi):
     self._wifi = ValueExtractor.stringValueExtractor(wifi)
Exemplo n.º 21
0
 def business_id(self, business_id):
     self._business_id = ValueExtractor.stringValueExtractor(business_id)
Exemplo n.º 22
0
 def wifi(self, wifi):
     self._wifi = ValueExtractor.stringValueExtractor(wifi)