pyrax
Python Bindings for the Rackspace Cloud
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Public Attributes
FakeStorageObject Class Reference
Inheritance diagram for FakeStorageObject:
StorageObject

List of all members.

Public Member Functions

def __init__
 The object can either be initialized with individual params, or by passing the dict that is returned by swiftclient.

Public Attributes

 client
 container
 name
 total_bytes
 content_type
 last_modified
 etag

Constructor & Destructor Documentation

def __init__ (   self,
  client,
  container,
  name = None,
  total_bytes = None,
  content_type = None,
  last_modified = None,
  etag = None,
  attdict = None 
)

The object can either be initialized with individual params, or by passing the dict that is returned by swiftclient.

Reimplemented from StorageObject.


Member Data Documentation

Reimplemented from StorageObject.

Reimplemented from StorageObject.

Reimplemented from StorageObject.

Reimplemented from StorageObject.

Reimplemented from StorageObject.

Reimplemented from StorageObject.

Reimplemented from StorageObject.


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