enum

PlaceOS::Driver::Interface::Moveable::MoveablePosition

Inherits Enum < Comparable < Value < Object

Constants

Open = 0
Close = 1
Up = 2
Down = 3
Left = 4
Right = 5
In = 6
Out = 7

Instance methods

close?

Returns true if this enum value equals Close

Source
down?

Returns true if this enum value equals Down

Source
in?

Returns true if this enum value equals In

Source
left?

Returns true if this enum value equals Left

Source
open?

Returns true if this enum value equals Open

Source
out?

Returns true if this enum value equals Out

Source
right?

Returns true if this enum value equals Right

Source
up?

Returns true if this enum value equals Up

Source