enum

Git2::GitRemoteCompletionT

Inherits Enum < Comparable < Value < Object

Constants

GIT_REMOTE_COMPLETION_DOWNLOAD = 0
GIT_REMOTE_COMPLETION_INDEXING = 1
GIT_REMOTE_COMPLETION_ERROR = 2

Instance methods

git_remote_completion_download?

Returns true if this enum value equals GIT_REMOTE_COMPLETION_DOWNLOAD

Source
git_remote_completion_error?

Returns true if this enum value equals GIT_REMOTE_COMPLETION_ERROR

Source
git_remote_completion_indexing?

Returns true if this enum value equals GIT_REMOTE_COMPLETION_INDEXING

Source