Class: VagrantPlugins::ProxyConf::Config::GitProxy
- Inherits:
-
Vagrant::Plugin::V2::Config
- Object
- Vagrant::Plugin::V2::Config
- VagrantPlugins::ProxyConf::Config::GitProxy
- Extended by:
- KeyMixin::ClassMethods
- Includes:
- KeyMixin
- Defined in:
- lib/vagrant-proxyconf/config/git_proxy.rb,
lib/vagrant-proxyconf/config/git_proxy.rb
Overview
Proxy configuration for Git
Instance Attribute Summary collapse
-
#http ⇒ String
The HTTP proxy.
-
#https ⇒ String
The HTTPS proxy.
Attributes included from KeyMixin::ClassMethods
Method Summary
Methods included from KeyMixin::ClassMethods
Methods included from KeyMixin
#config_for, #enabled?, #finalize!, #get, included, #initialize, #key?, #keys, #merge_defaults, #set, #set?, #to_s
Instance Attribute Details
#http ⇒ String
Returns the HTTP proxy.
15 |
# File 'lib/vagrant-proxyconf/config/git_proxy.rb', line 15 key :http, env_var: 'VAGRANT_GIT_HTTP_PROXY' |
#https ⇒ String
Returns the HTTPS proxy.
18 |
# File 'lib/vagrant-proxyconf/config/git_proxy.rb', line 18 key :https, env_var: 'VAGRANT_GIT_HTTPS_PROXY' |