struct JsonRpc::Message

Overview

Used by Client implementations to guess if the received message is a request or a response.

Included Modules

Defined in:

json_rpc/message.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def id : IdType | Nil #

[View source]
def method : String | Nil #

[View source]
def response? : Bool #

[View source]