enum

GitHub::Repos::Sort

Inherits Enum < Comparable < Value < Object

Constants

Created = 0
Updated = 1
Pushed = 2
FullName = 3

Instance methods

created?

Returns true if this enum value equals Created

Source
full_name?

Returns true if this enum value equals FullName

Source
pushed?

Returns true if this enum value equals Pushed

Source
updated?

Returns true if this enum value equals Updated

Source