The version number of the service. If this is not the same as the server, the :py:meth:`update` function will not work and you will need to call :py:meth:`reload` before calling it again.
(self)
| 17 | |
| 18 | @property |
| 19 | def version(self): |
| 20 | """ |
| 21 | The version number of the service. If this is not the same as the |
| 22 | server, the :py:meth:`update` function will not work and you will |
| 23 | need to call :py:meth:`reload` before calling it again. |
| 24 | """ |
| 25 | return self.attrs.get('Version').get('Index') |
| 26 | |
| 27 | def remove(self): |
| 28 | """ |