class MCProtocol::JSONRPCNotification

Overview

A notification which does not expect a response.

Included Modules

Defined in:

mcprotocol/jsonrpc_notification.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(method : String, jsonrpc : String = "2.0", params : JSON::Any | Nil = Nil) #

[View source]

Instance Method Detail

def jsonrpc : String #

[View source]
def method : String #

[View source]
def params : JSON::Any | Nil #

[View source]