Class: Vagrant::Provisioners::Hostruby::Config
- Inherits:
-
Config::Base
- Object
- Config::Base
- Vagrant::Provisioners::Hostruby::Config
- Defined in:
- lib/vagrant-hostruby.rb
Instance Attribute Summary collapse
-
#cleanup ⇒ Object
Returns the value of attribute cleanup.
-
#prepare ⇒ Object
Returns the value of attribute prepare.
-
#provision ⇒ Object
Returns the value of attribute provision.
Instance Attribute Details
#cleanup ⇒ Object
Returns the value of attribute cleanup.
12 13 14 |
# File 'lib/vagrant-hostruby.rb', line 12 def cleanup @cleanup end |
#prepare ⇒ Object
Returns the value of attribute prepare.
10 11 12 |
# File 'lib/vagrant-hostruby.rb', line 10 def prepare @prepare end |
#provision ⇒ Object
Returns the value of attribute provision.
11 12 13 |
# File 'lib/vagrant-hostruby.rb', line 11 def provision @provision end |