Ejemplo n.º 1
0
 def _process(self, attributes):
     update_room_attributes(self.room, attributes)
     return jsonify(room_attribute_values_schema.dump(self.room.attributes))
Ejemplo n.º 2
0
 def _process(self, attributes):
     update_room_attributes(self.room, attributes)
     return '', 204
Ejemplo n.º 3
0
 def _process(self, attributes):
     update_room_attributes(self.room, attributes)
     return jsonify(room_attribute_values_schema.dump(self.room.attributes))