struct Contract::Exchange

Defined in:

contract/exchange.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 auto_delete=(auto_delete : Bool) #

[View source]
def auto_delete? : Bool #

[View source]
def durable=(durable : Bool) #

[View source]
def durable? : Bool #

[View source]
def internal=(internal : Bool) #

[View source]
def internal? : Bool #

[View source]
def message_stats : MessagesStatsExchanges #

[View source]
def message_stats=(message_stats : MessagesStatsExchanges) #

[View source]
def name : String #

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

[View source]
def type : String #

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

[View source]
def vhost : String #

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

[View source]