Class: JsonRpcObjects::V11::Alt::ServiceDescription

Inherits:
WD::ServiceDescription show all
Defined in:
lib/json-rpc-objects/v11/alt/service-description.rb

Overview

Service description object class.

Constant Summary collapse

VERSION =

Holds link to its version module.

JsonRpcObjects::V11::Alt
PROCEDURE_DESCRIPTION_CLASS =

Indicates the procedure parameter description class.

JsonRpcObjects::V11::Alt::ServiceProcedureDescription

Constants inherited from WD::ServiceDescription

WD::ServiceDescription::VERSION_MATCHER

Instance Attribute Summary

Attributes inherited from WD::ServiceDescription

#address, #id, #name, #procs, #summary, #url, #version

Attributes inherited from Generic::Object

#serializer

Method Summary

Methods inherited from WD::ServiceDescription

#<<, #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