Class: JsonRpcObjects::V11::Alt::ProcedureCall

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

Overview

Procedure call (request) class.

Direct Known Subclasses

Request

Constant Summary collapse

VERSION =

Holds link to its version module.

JsonRpcObjects::V11::Alt

Constants inherited from WD::ProcedureCall

WD::ProcedureCall::VERSION_MEMBER, WD::ProcedureCall::VERSION_NUMBER

Instance Attribute Summary

Attributes inherited from WD::ProcedureCall

#keyword_parameters

Attributes included from WD::Extensions

#extensions

Attributes inherited from JsonRpcObjects::V10::Request

#id, #method, #params

Attributes inherited from Generic::Object

#serializer

Method Summary

Methods inherited from WD::ProcedureCall

#check!, #output

Methods included from WD::Extensions

#[], #[]=, #method_missing

Methods inherited from JsonRpcObjects::V10::Request

#check!, create, #notification?, #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