enum

GitHub::Repos::Visibility

Inherits Enum < Comparable < Value < Object

Constants

All = 0
Public = 1
Private = 2

Instance methods

all?

Returns true if this enum value equals All

Source
private?

Returns true if this enum value equals Private

Source
public?

Returns true if this enum value equals Public

Source