Class: JsonRpcObjects::V11::Alt::ProcedureParameterDescription

Inherits:
WD::ProcedureParameterDescription show all
Defined in:
lib/json-rpc-objects/v11/alt/procedure-parameter-description.rb

Overview

Description of one procedure parameter.

Constant Summary collapse

VERSION =

Holds link to its version module.

JsonRpcObjects::V11::Alt

Constants inherited from WD::ProcedureParameterDescription

WD::ProcedureParameterDescription::OBJECT_TO_TYPE, WD::ProcedureParameterDescription::TYPE_TO_OBJECT

Instance Attribute Summary

Attributes inherited from WD::ProcedureParameterDescription

#name, #type

Attributes inherited from Generic::Object

#serializer

Method Summary

Methods inherited from WD::ProcedureParameterDescription

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