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

List of all members.

Public Member Functions

def content
def json
def read

Static Public Attributes

int status_code = 200
string response_type = "auth"
dictionary responses

Member Function Documentation

def content (   self)
def json (   self)

Reimplemented from FakeResponse.

def read (   self)

Reimplemented from FakeResponse.


Member Data Documentation

string response_type = "auth" [static]
dictionary responses [static]
Initial value:
{"auth": fake_identity_response,
            "users": fake_identity_user_response,
            "tenant": fake_identity_tenant_response,
            "tenants": fake_identity_tenants_response,
            "tokens": fake_identity_tokens_response,
            "endpoints": fake_identity_endpoints_response,
            }
int status_code = 200 [static]

Reimplemented from FakeResponse.


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