Class: VagrantPlugins::Env::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-env/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



7
8
9
10
# File 'lib/vagrant-env/config.rb', line 7

def initialize
  @enable = UNSET_VALUE
  Dotenv.load
end

Instance Attribute Details

#enableObject

Returns the value of attribute enable.



6
7
8
# File 'lib/vagrant-env/config.rb', line 6

def enable
  @enable
end