Class: VagrantPlugins::Dotvm::Config::Option

Inherits:
AbstractConfig show all
Defined in:
lib/vagrant-dotvm/config/option.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from AbstractConfig

#populate, #replace_vars, #replace_vars!

Instance Attribute Details

#name ⇒ Object

Returns the value of attribute name.



5
6
7
# File 'lib/vagrant-dotvm/config/option.rb', line 5

def name
  @name
end

#value ⇒ Object

Returns the value of attribute value.



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

def value
  @value
end