enum

Config::TimeoutMode

Inherits Enum < Comparable < Value < Object

表示時間の決め方(仕様書 4.3 節 手順 4)。

Constants

Fixed = 0
Dynamic = 1

Instance methods

dynamic?

Returns true if this enum value equals Dynamic

Source
fixed?

Returns true if this enum value equals Fixed

Source