Sha256: 3d8f9d05e26f46f038e3aa8a3ceb415188c3302c7c3f991b688d2d23fd07b70f
Contents?: true
Size: 1.13 KB
Versions: 5
Compression:
Stored size: 1.13 KB
Contents
# encoding: utf-8 # (c) 2011 Martin Kozák (martinkozak@martinkozak.net) 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
5 entries across 5 versions & 1 rubygems