Pixie.Response

This module handles creation of appropriate responses to client messages.

Source

Summary

init(message)

Based on the incoming message type, delegate to the correct Response module

successful?(arg1)

Report whether the response is "successful", ie whether the response contains a value in it's error field or not

Functions

init(message)

Based on the incoming message type, delegate to the correct Response module.

Source
successful?(arg1)

Report whether the response is "successful", ie whether the response contains a value in it's error field or not.

Source