enum

OpenGLBindingGenerator::ShardDependency::Source

Inherits Enum < Comparable < Value < Object

Places the dependency could come from.

Constants

Path = 0
Git = 1
GitHub = 2
Bitbucket = 3
GitLab = 4

Instance methods

bitbucket?

Returns true if this enum value equals Bitbucket

Source
git?

Returns true if this enum value equals Git

Source
git_hub?

Returns true if this enum value equals GitHub

Source
git_lab?

Returns true if this enum value equals GitLab

Source
path?

Returns true if this enum value equals Path

Source