struct Contract::ObjectTotals

Defined in:

contract/status.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct Contract::Interface

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def channels : UInt32 #

[View source]
def channels=(channels : UInt32) #

[View source]
def connections : UInt32 #

[View source]
def connections=(connections : UInt32) #

[View source]
def consumers : UInt32 #

[View source]
def consumers=(consumers : UInt32) #

[View source]
def exchanges : UInt32 #

[View source]
def exchanges=(exchanges : UInt32) #

[View source]
def queues : UInt32 #

[View source]
def queues=(queues : UInt32) #

[View source]