class DBXMLDetails: def author(self): """Get user who last modified the Message.""" return "Paul Everitt" def modified(self): """Get last modification date.""" return "Yesterday" def parent_info(self): """Get the parent of the message""" return {'name': "the name", 'title': "parent title"}