struct Contract::Capabilities

Defined in:

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

[View source]
def authentication_failure_close? : Bool #

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

[View source]
def basicnack? : Bool #

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

[View source]
def connection_blocked? : Bool #

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

[View source]
def consumer_cancel_notify? : Bool #

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

[View source]
def exchange_exchange_bindings? : Bool #

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

[View source]
def publisher_confirms? : Bool #

[View source]