Class: VagrantProtect::Config

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



10
11
12
# File 'lib/vagrant-protect/config.rb', line 10

def initialize
  @enabled = false
end

Instance Attribute Details

#enabledObject

Returns the value of attribute enabled.



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

def enabled
  @enabled
end