Class: VagrantPlugins::DockerComposeProvisioner::Config
- Inherits:
-
Object
- Object
- VagrantPlugins::DockerComposeProvisioner::Config
- Defined in:
- lib/vagrant-docker-compose/config.rb
Instance Attribute Summary collapse
-
#rebuild ⇒ Object
Returns the value of attribute rebuild.
-
#yml ⇒ Object
Returns the value of attribute yml.
Instance Attribute Details
#rebuild ⇒ Object
Returns the value of attribute rebuild.
4 5 6 |
# File 'lib/vagrant-docker-compose/config.rb', line 4 def rebuild @rebuild end |
#yml ⇒ Object
Returns the value of attribute yml.
4 5 6 |
# File 'lib/vagrant-docker-compose/config.rb', line 4 def yml @yml end |