Sha256: 82420170c7ab823f0dcc982cbe15f5a7b833e5c65b12a1023eeb857f1037433a
Contents?: true
Size: 1.12 KB
Versions: 3
Compression:
Stored size: 1.12 KB
Contents
# encoding: utf-8 # (c) 2011-2015 Martin Poljak (martin@poljak.cz) require "json-rpc-objects/v11/alt/service-procedure-description" require "json-rpc-objects/v11/wd/service-description" ## # Main JSON-RPC Objects module. # module JsonRpcObjects ## # General module of JSON-RPC 1.1. # module V11 ## # Module of JSON-RPC 1.1 Alternative. # @see http://groups.google.com/group/json-rpc/web/json-rpc-1-1-alt # module Alt ## # Service description object class. # class ServiceDescription < JsonRpcObjects::V11::WD::ServiceDescription ## # Holds link to its version module. # VERSION = JsonRpcObjects::V11::Alt ## # Indicates the procedure parameter description class. # PROCEDURE_DESCRIPTION_CLASS = JsonRpcObjects::V11::Alt::ServiceProcedureDescription end end end end
Version data entries
3 entries across 3 versions & 1 rubygems