Class: VagrantPlugins::Dotvm::Config::Option
- Inherits:
-
AbstractConfig
- Object
- AbstractConfig
- VagrantPlugins::Dotvm::Config::Option
- Defined in:
- lib/vagrant-dotvm/config/option.rb
Overview
Stores one option
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Method Summary
Methods inherited from AbstractConfig
#convert_array, #ensure_type, #populate
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/vagrant-dotvm/config/option.rb', line 6 def name @name end |
#value ⇒ Object
Returns the value of attribute value.
7 8 9 |
# File 'lib/vagrant-dotvm/config/option.rb', line 7 def value @value end |