enum

Marquery::Order

Inherits Enum < Comparable < Value < Object

Constants

ASC = 0
DESC = 1

Instance methods

asc?

Returns true if this enum value equals ASC

Source
desc?

Returns true if this enum value equals DESC

Source