Class: Vagrant::Provisioners::Hostruby::Config

Inherits:
Config::Base
  • Object
show all
Defined in:
lib/vagrant-hostruby.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cleanupObject

Returns the value of attribute cleanup.



12
13
14
# File 'lib/vagrant-hostruby.rb', line 12

def cleanup
  @cleanup
end

#prepareObject

Returns the value of attribute prepare.



10
11
12
# File 'lib/vagrant-hostruby.rb', line 10

def prepare
  @prepare
end

#provisionObject

Returns the value of attribute provision.



11
12
13
# File 'lib/vagrant-hostruby.rb', line 11

def provision
  @provision
end