Exemplo n.º 1
0
 def meetings(self):
     return io.expect_dict(self.data.get("meetings"))
Exemplo n.º 2
0
 def connect(self):
     return io.expect_dict(self.data.get("connect"))
Exemplo n.º 3
0
 def gui_styles(self):
     return io.expect_dict(self.gui.get("styles"))
Exemplo n.º 4
0
 def gui(self):
     return io.expect_dict(self.data.get("gui"))
Exemplo n.º 5
0
 def cli_styles(self):
     return io.expect_dict(self.cli.get("styles"))
Exemplo n.º 6
0
 def cli(self):
     return io.expect_dict(self.data.get("cli"))
Exemplo n.º 7
0
 def additional_configs(self):
     return io.expect_dict(self.data.get("additional_config"))