pyrax
Python Bindings for the Rackspace Cloud
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Static Public Attributes
QueueMessage Class Reference

This class represents a Message posted to a Queue. More...

Inheritance diagram for QueueMessage:
BaseResource

List of all members.

Public Member Functions

def delete
 Deletes this message from its queue.

Static Public Attributes

 id = None
 age = None
 body = None
 href = None
 ttl = None
 claim_id = None

Detailed Description

This class represents a Message posted to a Queue.


Member Function Documentation

def delete (   self,
  claim_id = None 
)

Deletes this message from its queue.

If the message has been claimed, the ID of that claim must be passed as the 'claim_id' parameter.


Member Data Documentation

age = None [static]
body = None [static]
claim_id = None [static]
href = None [static]
id = None [static]

Reimplemented from BaseResource.

ttl = None [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties