class

Crabbit::AMQP::Described

Inherits Reference < Object

AMQP described value consisting of a descriptor and its value.

Constructors

new(descriptor : Value, value : Value)

Creates a described value.

Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

descriptor

Returns the descriptor value, commonly an unsigned numeric or symbol.

Source
hash(hasher)

See Object#hash(hasher)

value

Returns the described value.

Source