Changeset 12056 for main/waeup.ikoba/trunk/src/waeup/ikoba/documents
- Timestamp:
- 25 Nov 2014, 11:44:47 (10 years ago)
- Location:
- main/waeup.ikoba/trunk/src/waeup/ikoba/documents
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/documents/document.py
r12053 r12056 81 81 82 82 @property 83 def class name(self):83 def class_name(self): 84 84 return self.__class__.__name__ 85 85 -
main/waeup.ikoba/trunk/src/waeup/ikoba/documents/interfaces.py
r12053 r12056 49 49 translated_state = Attribute( 50 50 'Returns a translated, more verbose verification state of a document') 51 class name = Attribute('Name of the document class')51 class_name = Attribute('Name of the document class') 52 52 formatted_transition_date = Attribute('Last transition formatted date string') 53 53
Note: See TracChangeset for help on using the changeset viewer.