Class: JsonRpcObjects::V11::WD::Response

Inherits:
ProcedureReturn show all
Defined in:
lib/json-rpc-objects/v11/wd/fakes/response.rb

Overview

Fake procedure return (response) class.

Direct Known Subclasses

Alt::ProcedureReturn

Constant Summary

Constants inherited from ProcedureReturn

ProcedureReturn::ERROR_CLASS, ProcedureReturn::VERSION, ProcedureReturn::VERSION_MEMBER, ProcedureReturn::VERSION_NUMBER

Constants inherited from JsonRpcObjects::V10::Response

JsonRpcObjects::V10::Response::ERROR_CLASS, JsonRpcObjects::V10::Response::VERSION

Instance Attribute Summary

Attributes included from Extensions

#extensions

Attributes inherited from JsonRpcObjects::V10::Response

#error, #id, #result

Attributes inherited from Generic::Object

#serializer

Method Summary

Methods inherited from ProcedureReturn

#check!, #output

Methods included from 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