enum
Agate::ProxyType
Overview
The type of proxy to use for network operations.
Defined in:
agate/proxy.crEnum Members
-
None =
0 -
Do not attempt to connect through a proxy.
-
Auto =
1 -
Auto-detect the proxy from the git configuration.
-
Specified =
2 -
Connect via the URL given in the options.
Instance Method Summary
-
#auto?
Returns
trueif this enum value equalsAuto -
#none?
Returns
trueif this enum value equalsNone -
#specified?
Returns
trueif this enum value equalsSpecified