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