Class: VagrantPlugins::ProxyConf::Config::NpmProxy
- Inherits:
-
Vagrant::Plugin::V2::Config
- Object
- Vagrant::Plugin::V2::Config
- VagrantPlugins::ProxyConf::Config::NpmProxy
- Extended by:
- KeyMixin::ClassMethods
- Includes:
- KeyMixin
- Defined in:
- lib/vagrant-proxyconf/config/npm_proxy.rb,
lib/vagrant-proxyconf/config/npm_proxy.rb
Overview
Proxy configuration for npm
Instance Attribute Summary collapse
-
#http ⇒ String
The HTTP proxy.
-
#https ⇒ String
The HTTPS proxy.
-
#no_proxy ⇒ 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/npm_proxy.rb', line 15 key :http, env_var: 'VAGRANT_NPM_HTTP_PROXY' |
#https ⇒ String
Returns the HTTPS proxy.
18 |
# File 'lib/vagrant-proxyconf/config/npm_proxy.rb', line 18 key :https, env_var: 'VAGRANT_NPM_HTTPS_PROXY' |
#no_proxy ⇒ String
Returns the HTTPS proxy.
21 |
# File 'lib/vagrant-proxyconf/config/npm_proxy.rb', line 21 key :no_proxy, env_var: 'VAGRANT_NPM_NO_PROXY' |