enum

Git2::GitConfigmapT

Inherits Enum < Comparable < Value < Object

Constants

GIT_CONFIGMAP_FALSE = 0
GIT_CONFIGMAP_TRUE = 1
GIT_CONFIGMAP_INT32 = 2
GIT_CONFIGMAP_STRING = 3

Instance methods

git_configmap_false?

Returns true if this enum value equals GIT_CONFIGMAP_FALSE

Source
git_configmap_int32?

Returns true if this enum value equals GIT_CONFIGMAP_INT32

Source
git_configmap_string?

Returns true if this enum value equals GIT_CONFIGMAP_STRING

Source
git_configmap_true?

Returns true if this enum value equals GIT_CONFIGMAP_TRUE

Source