Class: VagrantPlugins::Env::Config
- Inherits:
-
Object
- Object
- VagrantPlugins::Env::Config
- Defined in:
- lib/vagrant-env/config.rb
Instance Attribute Summary collapse
-
#enable ⇒ Object
Returns the value of attribute enable.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
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
#enable ⇒ Object
Returns the value of attribute enable.
6 7 8 |
# File 'lib/vagrant-env/config.rb', line 6 def enable @enable end |