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 BaseResource

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

 manager
 name
 bytes
 content_type
 last_modified
 hash

Constructor & Destructor Documentation

def __init__ (   self,
  manager,
  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.


Member Data Documentation

Reimplemented from BaseResource.


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