enum

TLV::Container

Inherits Enum < Comparable < Value < Object

Constants

Array = 0
List = 1

Instance methods

array?

Returns true if this enum value equals Array

Source
list?

Returns true if this enum value equals List

Source