Class: VagrantPlugins::DockerComposeProvisioner::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#rebuildObject

Returns the value of attribute rebuild.



4
5
6
# File 'lib/vagrant-docker-compose/config.rb', line 4

def rebuild
  @rebuild
end

#ymlObject

Returns the value of attribute yml.



4
5
6
# File 'lib/vagrant-docker-compose/config.rb', line 4

def yml
  @yml
end