Module: Construi::Config::Volumes

Included in:
BuildEnvironment, Links::Link
Defined in:
lib/construi/config.rb

Instance Method Summary collapse

Instance Method Details

#volumesObject



97
98
99
# File 'lib/construi/config.rb', line 97

def volumes
  with_parent([], &:volumes).concat get(:volumes, [])
end

#volumes_fromObject



101
102
103
# File 'lib/construi/config.rb', line 101

def volumes_from
  with_parent([], &:volumes_from).concat get(:volumes_from, [])
end