enum

GitGPG::Commands::Track::List

Inherits Enum < Comparable < Value < Object

Constants

Tracked = 1
Excluded = 2
None = 0
All = 3

Instance methods

excluded?

Returns true if this enum value contains Excluded

Source
none?
Source
tracked?

Returns true if this enum value contains Tracked

Source