enum

Tput::Namespace::Volume

Inherits Enum / Comparable / Value / Object

Constants

Off = 0
Off2 = 1
Low1 = 2
Low2 = 3
Low3 = 4
High1 = 5
High2 = 6
High3 = 7
High4 = 8

Instance methods

high1?

Returns true if this enum value equals High1

Source
high2?

Returns true if this enum value equals High2

Source
high3?

Returns true if this enum value equals High3

Source
high4?

Returns true if this enum value equals High4

Source
low1?

Returns true if this enum value equals Low1

Source
low2?

Returns true if this enum value equals Low2

Source
low3?

Returns true if this enum value equals Low3

Source
off2?

Returns true if this enum value equals Off2

Source
off?

Returns true if this enum value equals Off

Source