enum

Crabbit::AMQP::Kind

Inherits Enum < Comparable < Value < Object

Runtime type represented by an AMQP::Value.

Constants

Null = 0
Boolean = 1
UByte = 2
UShort = 3
UInt = 4
ULong = 5
Byte = 6
Short = 7
Int = 8
Long = 9
Float = 10
Double = 11
Decimal32 = 12
Decimal64 = 13
Decimal128 = 14
Char = 15
Timestamp = 16
UUID = 17
Binary = 18
String = 19
Symbol = 20
List = 21
Map = 22
Array = 23
Described = 24

Instance methods

array?

Returns true if this enum value equals Array

Source
binary?

Returns true if this enum value equals Binary

Source
boolean?

Returns true if this enum value equals Boolean

Source
byte?

Returns true if this enum value equals Byte

Source
char?

Returns true if this enum value equals Char

Source
decimal128?

Returns true if this enum value equals Decimal128

Source
decimal32?

Returns true if this enum value equals Decimal32

Source
decimal64?

Returns true if this enum value equals Decimal64

Source
described?

Returns true if this enum value equals Described

Source
double?

Returns true if this enum value equals Double

Source
float?

Returns true if this enum value equals Float

Source
int?

Returns true if this enum value equals Int

Source
list?

Returns true if this enum value equals List

Source
long?

Returns true if this enum value equals Long

Source
map?

Returns true if this enum value equals Map

Source
null?

Returns true if this enum value equals Null

Source
short?

Returns true if this enum value equals Short

Source
string?

Returns true if this enum value equals String

Source
symbol?

Returns true if this enum value equals Symbol

Source
timestamp?

Returns true if this enum value equals Timestamp

Source
u_byte?

Returns true if this enum value equals UByte

Source
u_int?

Returns true if this enum value equals UInt

Source
u_long?

Returns true if this enum value equals ULong

Source
u_short?

Returns true if this enum value equals UShort

Source
uuid?

Returns true if this enum value equals UUID

Source