enum

Marionette::ElementScrollBehavior

Inherits Enum < Comparable < Value < Object

Constants

Top = 0
Bottom = 1

Instance methods

bottom?

Returns true if this enum value equals Bottom

Source
to_s(io)
Source
top?

Returns true if this enum value equals Top

Source