Class: VagrantPlugins::Dotvm::Config::Run

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from AbstractConfig

#convert_array, #ensure_type, #populate

Instance Attribute Details

#argsObject

Returns the value of attribute args.



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

def args
  @args
end

#auto_assign_nameObject

Returns the value of attribute auto_assign_name.



9
10
11
# File 'lib/vagrant-dotvm/config/run.rb', line 9

def auto_assign_name
  @auto_assign_name
end

#cmdObject

Returns the value of attribute cmd.



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

def cmd
  @cmd
end

#daemonizeObject

Returns the value of attribute daemonize.



10
11
12
# File 'lib/vagrant-dotvm/config/run.rb', line 10

def daemonize
  @daemonize
end

#imageObject

Returns the value of attribute image.



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

def image
  @image
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#restartObject

Returns the value of attribute restart.



11
12
13
# File 'lib/vagrant-dotvm/config/run.rb', line 11

def restart
  @restart
end