Class: QRPC::Protocol::Object::Error
- Inherits:
-
Abstract::Error
- Object
- Abstract
- QRPC::Protocol::Object
- Abstract::Error
- QRPC::Protocol::Object::Error
- Defined in:
- lib/qrpc/protocol/object/error.rb
Overview
Object error implementation.
Instance Attribute Summary
Attributes inherited from Abstract
Instance Method Summary collapse
-
#serialize ⇒ Error
Serializes object to the resultant form.
Methods inherited from Abstract::Error
Methods inherited from Abstract
#error, #initialize, #request, #response
Constructor Details
This class inherits a constructor from QRPC::Protocol::Abstract::Error
Instance Method Details
#serialize ⇒ Error
Serializes object to the resultant form.
39 40 41 |
# File 'lib/qrpc/protocol/object/error.rb', line 39 def serialize self end |