MECO™ API Reference
Public Member Functions | Static Public Attributes | List of all members
mMeco.abstract.responseAbs.Response Class Reference

[ ABSTRACT CLASS ] - Abstract response class. More...

Inheritance diagram for mMeco.abstract.responseAbs.Response:
mMeco.responses.cacheWriteRes.Response mMeco.responses.writeRes.Response

Public Member Functions

def __init__ (self)
 Constructor. More...
 
def respond (self)
 Respond. More...
 

Static Public Attributes

string NAME = ''
 [ str ] - Name.
 

Detailed Description

[ ABSTRACT CLASS ] - Abstract response class.

Constructor & Destructor Documentation

◆ __init__()

def mMeco.abstract.responseAbs.Response.__init__ (   self)

Constructor.

Exceptions
N/A
Returns
None - None.

Reimplemented in mMeco.responses.writeRes.Response, and mMeco.responses.cacheWriteRes.Response.

Member Function Documentation

◆ respond()

def mMeco.abstract.responseAbs.Response.respond (   self)

Respond.

Exceptions
N/A
Returns
bool - Result.

Reimplemented in mMeco.responses.cacheWriteRes.Response.


The documentation for this class was generated from the following file: