Class: JsonRpcObjects::V11::Alt::ProcedureReturn

Inherits:
WD::Response show all
Defined in:
lib/json-rpc-objects/v11/alt/procedure-return.rb

Overview

Procedure return (response) class.

Direct Known Subclasses

Response

Constant Summary collapse

VERSION =

Holds link to its version module.

JsonRpcObjects::V11::Alt
ERROR_CLASS =

Identified the error object class.

JsonRpcObjects::V11::Alt::Error

Constants inherited from WD::ProcedureReturn

WD::ProcedureReturn::VERSION_MEMBER, WD::ProcedureReturn::VERSION_NUMBER

Instance Attribute Summary

Attributes included from WD::Extensions

#extensions

Attributes inherited from JsonRpcObjects::V10::Response

#error, #id, #result

Attributes inherited from Generic::Object

#serializer

Method Summary

Methods inherited from WD::ProcedureReturn

#check!, #output

Methods included from WD::Extensions

#[], #[]=, #method_missing

Methods inherited from JsonRpcObjects::V10::Response

#<<, #check!, create, #error?, #output

Methods inherited from Generic::Object

#check!, create, #initialize, #output, parse, #serialize, #to_json, version

Constructor Details

This class inherits a constructor from JsonRpcObjects::Generic::Object

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class JsonRpcObjects::V11::WD::Extensions