Class: VagrantPlugins::ProxyConf::Config::YumProxy

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

Overview

Proxy configuration for Yum

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/yum_proxy.rb', line 15

key :http, env_var: 'VAGRANT_YUM_HTTP_PROXY'