class

JsonRpc::Response(R)

Inherits JsonRpc::Entity < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object

Base class for outgoing JSON RPC responses from ACP agent to the editor

Constructors

new(id : Int32, result : R)
Source
new(pull : JSON::PullParser)

Base class for outgoing JSON RPC responses from ACP agent to the editor

Source

Instance methods

clean?

Returns true if there are no unmapped properties after parsing #from_json

Source
jsonrpc
Source
result
Source