Class Qpid::Proton::Types::ArrayHeader
In: lib/types/array.rb
Parent: Object

Holds the information for an AMQP Array compound type.

It holds the type for the array and the descriptor if the array is described.

@private

Methods

==   described?   new  

Attributes

descriptor  [R] 
type  [R] 

Public Class methods

Public Instance methods

Returns true if the array is described.

[Validate]