Class: VagrantPlugins::MultiHostsUpdater::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#aliasesObject

Returns the value of attribute aliases.



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

def aliases
  @aliases
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/vagrant-multihostsupdater/config.rb', line 7

def id
  @id
end

#remove_on_suspendObject

Returns the value of attribute remove_on_suspend.



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

def remove_on_suspend
  @remove_on_suspend
end