class Monitoring::JSRPC(T)

Included Modules

Defined in:

api/Zabipi.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(method : String, params : T, id : UInt64 = 0_u64, auth : Nil | String = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def auth : String | Nil #

[View source]
def auth=(auth : String | Nil) #

[View source]
def id : UInt64 #

[View source]
def id=(id : UInt64) #

[View source]
def jsonrpc : String #

[View source]
def method : String #

[View source]
def method=(method : String) #

[View source]
def params : T #

[View source]
def params=(params : T) #

[View source]