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

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

Overview

Stores one option

Instance Attribute Summary collapse

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