class
Crabbit::AMQP::Described
- Crabbit::AMQP::Described
- Reference
- Object
Overview
AMQP described value consisting of a descriptor and its value.
Defined in:
crabbit/amqp/value.crConstructors
-
.new(descriptor : Value, value : Value)
Creates a described value.
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#descriptor : Value
Returns the descriptor value, commonly an unsigned numeric or symbol.
-
#hash(hasher)
See
Object#hash(hasher) -
#value : Value
Returns the described value.
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
Returns the descriptor value, commonly an unsigned numeric or symbol.