diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2010-02-17 15:10:08 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2010-02-17 15:10:08 +0000 |
| commit | 852f548836706f3a07a66c8c067453f80287e6e6 (patch) | |
| tree | e0c6311da2d55d009a81cd82b1b0b7a133924a13 /python | |
| parent | 59c781d7a063c242e21dffc40a533a12660253d4 (diff) | |
| download | qpid-python-852f548836706f3a07a66c8c067453f80287e6e6.tar.gz | |
filled out some missing api-doc
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@911010 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
| -rw-r--r-- | python/qpid/messaging.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/qpid/messaging.py b/python/qpid/messaging.py index a3dd1c1ec8..ed67879a4b 100644 --- a/python/qpid/messaging.py +++ b/python/qpid/messaging.py @@ -941,12 +941,12 @@ class Message: @type id: str @ivar id: the message id - @type user_id: ??? + @type user_id: str @ivar user_id: the user-id of the message producer - @type to: ??? - @ivar to: ??? - @type reply_to: ??? - @ivar reply_to: ??? + @type to: str + @ivar to: the destination address + @type reply_to: str + @ivar reply_to: the address to send replies @type correlation_id: str @ivar correlation_id: a correlation-id for the message @type properties: dict |
