Package sqs :: Module objects :: Class SQSMessage
[hide private]
[frames] | no frames]

Class SQSMessage

source code


Instance Methods [hide private]
  __init__(self, body='', id=None, queue=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  __len__(self)
  __str__(self)
str(x)
  __repr__(self)
repr(x)
  _getBody(self)
  _setBody(self, body)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__


Properties [hide private]
  body

Inherited from object: __class__


Method Details [hide private]

__init__(self, body='', id=None, queue=None)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

__len__(self)
(Length operator)

source code 
None

__str__(self)
(Informal representation operator)

source code 
str(x)
Overrides: object.__str__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 
repr(x)
Overrides: object.__repr__
(inherited documentation)

_getBody(self)

source code 
None

_setBody(self, body)

source code 
None

Property Details [hide private]

body

None
Get Method:
sqs.objects.SQSMessage._getBody(self)
Set Method:
sqs.objects.SQSMessage._setBody(self, body)
Delete Method:
None