Class: VagrantPlugins::ProxyConf::Config::SvnProxy

Inherits:
Vagrant::Plugin::V2::Config
  • Object
show all
Extended by:
KeyMixin::ClassMethods
Includes:
KeyMixin
Defined in:
lib/vagrant-proxyconf/config/svn_proxy.rb,
lib/vagrant-proxyconf/config/svn_proxy.rb

Overview

Proxy configuration for Subversion

Instance Attribute Summary collapse

Attributes included from KeyMixin::ClassMethods

#keys, #name

Method Summary

Methods included from KeyMixin::ClassMethods

key

Methods included from KeyMixin

#config_for, #enabled?, #finalize!, #get, included, #initialize, #key?, #keys, #merge_defaults, #set, #set?, #to_s

Instance Attribute Details

#httpString

Returns the HTTP proxy.

Returns:

  • (String)

    the HTTP proxy



15
# File 'lib/vagrant-proxyconf/config/svn_proxy.rb', line 15

key :http, env_var: 'VAGRANT_SVN_HTTP_PROXY'

#no_proxyString

not use proxies

Returns:

  • (String)

    a comma separated list of hosts or domains which do



19
# File 'lib/vagrant-proxyconf/config/svn_proxy.rb', line 19

key :no_proxy, env_var: 'VAGRANT_SVN_NO_PROXY'