enum

Shoo::Commands::Auth::Login::Choice

Inherits Enum < Comparable < Value < Object

Constants

GitHubCLI = 0
PasteToken = 1
EnvironmentVariable = 2

Instance methods

environment_variable?

Returns true if this enum value equals EnvironmentVariable

Source
git_hub_cli?

Returns true if this enum value equals GitHubCLI

Source
paste_token?

Returns true if this enum value equals PasteToken

Source