enum

PlaceOS::Model::SignageTemplate::Layout::Position

Inherits Enum < Comparable < Value < Object

Constants

Top = 0
Bottom = 1
Left = 2
Right = 3
Floating = 4

Instance methods

bottom?

Returns true if this enum value equals Bottom

Source
floating?

Returns true if this enum value equals Floating

Source
left?

Returns true if this enum value equals Left

Source
right?

Returns true if this enum value equals Right

Source
top?

Returns true if this enum value equals Top

Source